NCSettings.storyboard 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="P4P-kP-0dM">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--Settings-->
  12. <scene sceneID="Bgu-Kh-axe">
  13. <objects>
  14. <viewController storyboardIdentifier="NCSettings.storyboard" extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="P4P-kP-0dM" customClass="NCSettings" sceneMemberID="viewController">
  15. <view key="view" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="FzH-ps-oe4">
  16. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="tF6-6x-v54">
  20. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  21. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. </tableView>
  23. </subviews>
  24. <viewLayoutGuide key="safeArea" id="xFW-BO-O0N"/>
  25. <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <constraints>
  27. <constraint firstItem="xFW-BO-O0N" firstAttribute="bottom" secondItem="tF6-6x-v54" secondAttribute="bottom" id="Gp5-aD-XaF"/>
  28. <constraint firstItem="xFW-BO-O0N" firstAttribute="trailing" secondItem="tF6-6x-v54" secondAttribute="trailing" id="Oe0-eR-VIO"/>
  29. <constraint firstItem="tF6-6x-v54" firstAttribute="leading" secondItem="xFW-BO-O0N" secondAttribute="leading" id="T9D-Yx-fiH"/>
  30. <constraint firstItem="tF6-6x-v54" firstAttribute="top" secondItem="xFW-BO-O0N" secondAttribute="top" id="yTz-r6-2qc"/>
  31. </constraints>
  32. </view>
  33. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  34. <navigationItem key="navigationItem" id="rVA-Vk-xYf"/>
  35. <connections>
  36. <segue destination="0cA-x8-3fT" kind="presentation" identifier="AcknowledgementsSegue" modalPresentationStyle="formSheet" id="DSP-Re-CvI"/>
  37. </connections>
  38. </viewController>
  39. <placeholder placeholderIdentifier="IBFirstResponder" id="F3o-8L-lyV" userLabel="First Responder" sceneMemberID="firstResponder"/>
  40. </objects>
  41. <point key="canvasLocation" x="10909" y="607"/>
  42. </scene>
  43. <!--Acknowledgements-->
  44. <scene sceneID="Dja-Q9-Jdg">
  45. <objects>
  46. <viewController extendedLayoutIncludesOpaqueBars="YES" id="uIf-Ap-JuJ" customClass="Acknowledgements" sceneMemberID="viewController">
  47. <view key="view" opaque="NO" contentMode="scaleToFill" id="eKd-8b-j2e">
  48. <rect key="frame" x="0.0" y="0.0" width="414" height="786"/>
  49. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  50. <subviews>
  51. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" delaysContentTouches="NO" canCancelContentTouches="NO" bouncesZoom="NO" editable="NO" usesAttributedText="YES" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RqZ-Wp-r5k">
  52. <rect key="frame" x="7" y="0.0" width="400" height="786"/>
  53. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. <attributedString key="attributedText">
  55. <fragment content="Copyright (C)">
  56. <attributes>
  57. <font key="NSFont" size="14" name="HelveticaNeue"/>
  58. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
  59. </attributes>
  60. </fragment>
  61. </attributedString>
  62. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  63. <connections>
  64. <outlet property="delegate" destination="uIf-Ap-JuJ" id="9dn-V5-JbQ"/>
  65. </connections>
  66. </textView>
  67. </subviews>
  68. <viewLayoutGuide key="safeArea" id="JhD-da-iFQ"/>
  69. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  70. <constraints>
  71. <constraint firstItem="RqZ-Wp-r5k" firstAttribute="leading" secondItem="eKd-8b-j2e" secondAttribute="leadingMargin" constant="-13" id="FYB-zQ-iCi"/>
  72. <constraint firstAttribute="trailingMargin" secondItem="RqZ-Wp-r5k" secondAttribute="trailing" constant="-13" id="Kjn-Bn-M85"/>
  73. <constraint firstItem="RqZ-Wp-r5k" firstAttribute="top" secondItem="JhD-da-iFQ" secondAttribute="top" id="YOJ-yQ-88k"/>
  74. <constraint firstItem="JhD-da-iFQ" firstAttribute="bottom" secondItem="RqZ-Wp-r5k" secondAttribute="bottom" id="pbT-aq-sIe"/>
  75. </constraints>
  76. </view>
  77. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  78. <navigationItem key="navigationItem" id="4Cj-S0-4ni"/>
  79. <connections>
  80. <outlet property="txtTermini" destination="RqZ-Wp-r5k" id="uLe-Ja-gS6"/>
  81. <outlet property="view" destination="eKd-8b-j2e" id="hgX-Wb-MFZ"/>
  82. </connections>
  83. </viewController>
  84. <placeholder placeholderIdentifier="IBFirstResponder" id="L2h-R7-0dv" userLabel="First Responder" sceneMemberID="firstResponder"/>
  85. </objects>
  86. <point key="canvasLocation" x="12655" y="607"/>
  87. </scene>
  88. <!--Navigation Controller-->
  89. <scene sceneID="Zwa-9g-1qn">
  90. <objects>
  91. <navigationController extendedLayoutIncludesOpaqueBars="YES" automaticallyAdjustsScrollViewInsets="NO" id="0cA-x8-3fT" sceneMemberID="viewController">
  92. <extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
  93. <toolbarItems/>
  94. <navigationBar key="navigationBar" contentMode="scaleToFill" id="Nnj-OY-2dO">
  95. <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
  96. <autoresizingMask key="autoresizingMask"/>
  97. </navigationBar>
  98. <nil name="viewControllers"/>
  99. <connections>
  100. <segue destination="uIf-Ap-JuJ" kind="relationship" relationship="rootViewController" id="idU-yr-5fy"/>
  101. </connections>
  102. </navigationController>
  103. <placeholder placeholderIdentifier="IBFirstResponder" id="2hn-K0-9B8" userLabel="First Responder" sceneMemberID="firstResponder"/>
  104. </objects>
  105. <point key="canvasLocation" x="11762" y="607"/>
  106. </scene>
  107. </scenes>
  108. </document>