|
@@ -18,20 +18,29 @@
|
|
|
<viewControllerLayoutGuide type="bottom" id="UQD-kz-Mfv"/>
|
|
|
</layoutGuides>
|
|
|
<view key="view" contentMode="scaleToFill" id="Vdh-Gp-eV6">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="350" height="400"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="vA7-yc-aM1">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="350" height="400"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
<prototypes>
|
|
|
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" id="0H6-U8-fd4" userLabel="Cell">
|
|
|
- <rect key="frame" x="0.0" y="28" width="350" height="44"/>
|
|
|
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="Cell" rowHeight="60" id="0H6-U8-fd4" userLabel="Cell" customClass="recordMetadataCell" customModule="Picker" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="0.0" y="28" width="375" height="60"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="0H6-U8-fd4" id="44X-Sr-gc0">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="350" height="43.5"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="59"/>
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wk9-rb-4yv">
|
|
|
+ <rect key="frame" x="10" y="10" width="40" height="40"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ </subviews>
|
|
|
</tableViewCellContentView>
|
|
|
+ <connections>
|
|
|
+ <outlet property="fileImageView" destination="Wk9-rb-4yv" id="K2a-JK-zkR"/>
|
|
|
+ </connections>
|
|
|
</tableViewCell>
|
|
|
</prototypes>
|
|
|
<connections>
|
|
@@ -48,15 +57,13 @@
|
|
|
<constraint firstItem="vA7-yc-aM1" firstAttribute="bottom" secondItem="UQD-kz-Mfv" secondAttribute="top" id="wSm-cl-ClV"/>
|
|
|
</constraints>
|
|
|
</view>
|
|
|
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
- <size key="freeformSize" width="350" height="400"/>
|
|
|
<connections>
|
|
|
<outlet property="tableView" destination="vA7-yc-aM1" id="nuO-LH-LFc"/>
|
|
|
</connections>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="UoZ-ya-W3e" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
</objects>
|
|
|
- <point key="canvasLocation" x="116.8" y="123.23838080959521"/>
|
|
|
+ <point key="canvasLocation" x="121" y="142"/>
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
</document>
|