123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="XMGRoolLinghtVIew">
- <rect key="frame" x="0.0" y="0.0" width="339" height="346"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="GNt-px-DZO">
- <rect key="frame" x="1" y="1" width="339" height="344"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="iQX-P9-c0w"/>
- <outlet property="delegate" destination="-1" id="D4W-hu-cb5"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="GNt-px-DZO" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" constant="1" id="2kc-o8-SVq"/>
- <constraint firstItem="GNt-px-DZO" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="1" id="Otb-1N-smm"/>
- <constraint firstAttribute="bottom" secondItem="GNt-px-DZO" secondAttribute="bottom" constant="1" id="X8M-tc-mb5"/>
- <constraint firstItem="GNt-px-DZO" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="1" id="jcu-Tv-EVq"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="tableView" destination="GNt-px-DZO" id="USB-90-0OG"/>
- </connections>
- <point key="canvasLocation" x="-205.07246376811597" y="-98.4375"/>
- </view>
- </objects>
- </document>
|