SetViewController.xib 2.9 KB

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