LockOptionViewViewController.xib 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LockOptionViewViewController">
  14. <connections>
  15. <outlet property="naviTitle" destination="X28-Om-PYU" id="bsv-di-KF8"/>
  16. <outlet property="navigationbar" destination="PLe-kM-Ach" id="jRQ-Os-q0j"/>
  17. <outlet property="tableview" destination="7Z0-xC-82K" id="yyR-44-ENe"/>
  18. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PLe-kM-Ach">
  27. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  28. <items>
  29. <navigationItem title="Title" id="X28-Om-PYU"/>
  30. </items>
  31. </navigationBar>
  32. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="7Z0-xC-82K">
  33. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  34. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  35. </tableView>
  36. </subviews>
  37. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <constraints>
  39. <constraint firstItem="3et-J5-lET" firstAttribute="bottom" secondItem="7Z0-xC-82K" secondAttribute="bottom" id="Icw-b7-eLF"/>
  40. <constraint firstItem="7Z0-xC-82K" firstAttribute="trailing" secondItem="PLe-kM-Ach" secondAttribute="trailing" id="Kdg-OF-Gxm"/>
  41. <constraint firstItem="PLe-kM-Ach" firstAttribute="top" secondItem="3et-J5-lET" secondAttribute="top" id="MoJ-1A-D1D"/>
  42. <constraint firstItem="7Z0-xC-82K" firstAttribute="leading" secondItem="PLe-kM-Ach" secondAttribute="leading" id="R7n-hu-yET"/>
  43. <constraint firstAttribute="trailing" secondItem="PLe-kM-Ach" secondAttribute="trailing" id="T0Y-TU-rx1"/>
  44. <constraint firstItem="7Z0-xC-82K" firstAttribute="top" secondItem="PLe-kM-Ach" secondAttribute="bottom" id="pk7-uo-c0t"/>
  45. <constraint firstItem="PLe-kM-Ach" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ttA-oO-EKK"/>
  46. </constraints>
  47. <viewLayoutGuide key="safeArea" id="3et-J5-lET"/>
  48. <point key="canvasLocation" x="25.5" y="52.5"/>
  49. </view>
  50. </objects>
  51. </document>