| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SetViewController">
- <connections>
- <outlet property="setTableView" destination="vnc-q7-sh6" id="Alk-Iq-agV"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="vnc-q7-sh6">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="bm3-ZN-NRo"/>
- <outlet property="delegate" destination="-1" id="THN-r8-Rik"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="vnc-q7-sh6" secondAttribute="trailing" id="HhX-40-p83"/>
- <constraint firstItem="vnc-q7-sh6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Ibe-KK-2dr"/>
- <constraint firstAttribute="bottom" secondItem="vnc-q7-sh6" secondAttribute="bottom" id="fYs-9G-XHl"/>
- <constraint firstItem="vnc-q7-sh6" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="o4D-CQ-bVA"/>
- </constraints>
- <point key="canvasLocation" x="357" y="367"/>
- </view>
- </objects>
- </document>
|