| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SetViewControllor">
- <connections>
- <outlet property="tableView" destination="hM2-wr-kL6" id="aG2-AX-jpM"/>
- <outlet property="toppp" destination="lZa-fN-BfF" id="fJg-TM-mAo"/>
- <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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="hM2-wr-kL6">
- <rect key="frame" x="0.0" y="64" width="375" height="603"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="WeK-Vj-Qtv"/>
- <outlet property="delegate" destination="-1" id="l7V-ER-dGw"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="hM2-wr-kL6" secondAttribute="trailing" id="Gyw-DM-7P9"/>
- <constraint firstItem="hM2-wr-kL6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Vyj-OZ-RDh"/>
- <constraint firstAttribute="bottom" secondItem="hM2-wr-kL6" secondAttribute="bottom" id="YT7-gD-F8g"/>
- <constraint firstItem="hM2-wr-kL6" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="64" id="lZa-fN-BfF"/>
- </constraints>
- </view>
- </objects>
- </document>
|