1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="JXSelectFriendBottomViewCell">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="j6W-30-QI2">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cDL-oU-Nlq">
- <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="cDL-oU-Nlq" secondAttribute="bottom" id="QeY-qi-aUb"/>
- <constraint firstItem="cDL-oU-Nlq" firstAttribute="leading" secondItem="j6W-30-QI2" secondAttribute="leading" id="Sav-sg-OVl"/>
- <constraint firstItem="cDL-oU-Nlq" firstAttribute="top" secondItem="j6W-30-QI2" secondAttribute="top" id="iFN-ml-D9w"/>
- <constraint firstAttribute="trailing" secondItem="cDL-oU-Nlq" secondAttribute="trailing" id="rCa-or-pBa"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="20"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="j6W-30-QI2" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="IOv-c7-6Zc"/>
- <constraint firstAttribute="bottom" secondItem="j6W-30-QI2" secondAttribute="bottom" id="Uxk-es-fru"/>
- <constraint firstAttribute="trailing" secondItem="j6W-30-QI2" secondAttribute="trailing" id="dz8-ju-DNi"/>
- <constraint firstItem="j6W-30-QI2" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="nle-5c-hkG"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <connections>
- <outlet property="iocnImageView" destination="cDL-oU-Nlq" id="WP8-x7-02C"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="113.83928571428571"/>
- </collectionViewCell>
- </objects>
- </document>
|