Initial commit
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="14F27" 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"/>
|
||||
<tableViewCell contentMode="scaleToFill" restorationIdentifier="UMComLargeImageTableViewCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="UMComLargeImageTableViewCell" id="KGk-i7-Jjw" customClass="UMComLargeImageTableViewCell">
|
||||
<rect key="frame" x="0.0" y="0.0" width="320" height="300"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
|
||||
<rect key="frame" x="0.0" y="0.0" width="320" height="299.5"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ABH-tA-VeH" userLabel="imageBgView">
|
||||
<rect key="frame" x="15" y="0.0" width="290" height="289"/>
|
||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
||||
</view>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="ABH-tA-VeH" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Bip-wM-Ina"/>
|
||||
<constraint firstAttribute="trailing" secondItem="ABH-tA-VeH" secondAttribute="trailing" constant="15" id="MJa-Jt-6Wc"/>
|
||||
<constraint firstAttribute="bottom" secondItem="ABH-tA-VeH" secondAttribute="bottom" constant="10" id="ZH1-ag-RAM"/>
|
||||
<constraint firstItem="ABH-tA-VeH" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="wHw-Fl-0Wh"/>
|
||||
</constraints>
|
||||
</tableViewCellContentView>
|
||||
<connections>
|
||||
<outlet property="imageBgView" destination="ABH-tA-VeH" id="XEA-nd-LaQ"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="-335" y="202"/>
|
||||
</tableViewCell>
|
||||
</objects>
|
||||
</document>
|
||||
Reference in New Issue
Block a user