SetViewControllor.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SetViewControllor">
  13. <connections>
  14. <outlet property="tableView" destination="hM2-wr-kL6" id="aG2-AX-jpM"/>
  15. <outlet property="toppp" destination="lZa-fN-BfF" id="fJg-TM-mAo"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="hM2-wr-kL6">
  25. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  26. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  27. <connections>
  28. <outlet property="dataSource" destination="-1" id="WeK-Vj-Qtv"/>
  29. <outlet property="delegate" destination="-1" id="l7V-ER-dGw"/>
  30. </connections>
  31. </tableView>
  32. </subviews>
  33. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  34. <constraints>
  35. <constraint firstAttribute="trailing" secondItem="hM2-wr-kL6" secondAttribute="trailing" id="Gyw-DM-7P9"/>
  36. <constraint firstItem="hM2-wr-kL6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="Vyj-OZ-RDh"/>
  37. <constraint firstAttribute="bottom" secondItem="hM2-wr-kL6" secondAttribute="bottom" id="YT7-gD-F8g"/>
  38. <constraint firstItem="hM2-wr-kL6" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="64" id="lZa-fN-BfF"/>
  39. </constraints>
  40. </view>
  41. </objects>
  42. </document>