Initial commit
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="14F1605" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
|
||||
</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="UMComFeedImageCollectionViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
||||
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
||||
<subviews>
|
||||
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Fiq-21-SKw">
|
||||
<rect key="frame" x="0.0" y="0.0" width="100" height="100"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
<constraints>
|
||||
<constraint firstItem="Fiq-21-SKw" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="fPW-Mg-geZ"/>
|
||||
<constraint firstAttribute="bottom" secondItem="Fiq-21-SKw" secondAttribute="bottom" id="ihM-DF-DMA"/>
|
||||
<constraint firstItem="Fiq-21-SKw" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="lFb-t8-bRM"/>
|
||||
<constraint firstAttribute="trailing" secondItem="Fiq-21-SKw" secondAttribute="trailing" id="ovz-SK-FkT"/>
|
||||
</constraints>
|
||||
<connections>
|
||||
<outlet property="feedImageView" destination="Fiq-21-SKw" id="kM2-CG-Y8Y"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="220" y="252"/>
|
||||
</collectionViewCell>
|
||||
</objects>
|
||||
</document>
|
||||
Reference in New Issue
Block a user