Result.storyboard 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" 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="14088"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Fully Show View Controller-->
  13. <scene sceneID="5sT-Gu-pjy">
  14. <objects>
  15. <viewController storyboardIdentifier="fullyShowViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="9N3-SE-Xaq" customClass="FullyShowViewController" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="FQC-qs-wlf"/>
  18. <viewControllerLayoutGuide type="bottom" id="lD2-gB-lrk"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="TLk-X5-Q7O">
  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. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="ENI-uK-o09">
  25. <rect key="frame" x="16" y="20" width="343" height="627"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  29. </textView>
  30. </subviews>
  31. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  32. </view>
  33. <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
  34. <simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
  35. <connections>
  36. <outlet property="textView" destination="ENI-uK-o09" id="1YY-34-98o"/>
  37. </connections>
  38. </viewController>
  39. <placeholder placeholderIdentifier="IBFirstResponder" id="Bbu-wv-eiG" userLabel="First Responder" sceneMemberID="firstResponder"/>
  40. </objects>
  41. <point key="canvasLocation" x="1170.4000000000001" y="108.39580209895054"/>
  42. </scene>
  43. <!--Result View Controller-->
  44. <scene sceneID="ZcM-sA-vbV">
  45. <objects>
  46. <viewController storyboardIdentifier="ResultViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="br7-Ok-rlw" customClass="ResultViewController" sceneMemberID="viewController">
  47. <layoutGuides>
  48. <viewControllerLayoutGuide type="top" id="nHW-fo-m1o"/>
  49. <viewControllerLayoutGuide type="bottom" id="2lc-PA-aGV"/>
  50. </layoutGuides>
  51. <view key="view" contentMode="scaleToFill" id="M6S-pO-oSB">
  52. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  53. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  54. <subviews>
  55. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fhj-vf-xf4">
  56. <rect key="frame" x="0.0" y="20" width="375" height="647"/>
  57. <subviews>
  58. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jND-lc-SG6">
  59. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  60. <subviews>
  61. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsHorizontalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="BgA-Ls-Ost">
  62. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  63. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  64. <prototypes>
  65. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="gray" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="tCell" id="ff8-Nh-JiF">
  66. <rect key="frame" x="0.0" y="28" width="375" height="44"/>
  67. <autoresizingMask key="autoresizingMask"/>
  68. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ff8-Nh-JiF" id="Oxm-mQ-KQG">
  69. <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
  70. <autoresizingMask key="autoresizingMask"/>
  71. </tableViewCellContentView>
  72. </tableViewCell>
  73. </prototypes>
  74. <connections>
  75. <outlet property="dataSource" destination="br7-Ok-rlw" id="fhy-5O-c1X"/>
  76. <outlet property="delegate" destination="br7-Ok-rlw" id="T9S-cF-Ubp"/>
  77. </connections>
  78. </tableView>
  79. </subviews>
  80. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  81. <constraints>
  82. <constraint firstItem="BgA-Ls-Ost" firstAttribute="height" secondItem="jND-lc-SG6" secondAttribute="height" id="09D-oE-1bU"/>
  83. <constraint firstItem="BgA-Ls-Ost" firstAttribute="leading" secondItem="jND-lc-SG6" secondAttribute="leading" id="CTT-xZ-60d"/>
  84. <constraint firstAttribute="trailing" secondItem="BgA-Ls-Ost" secondAttribute="trailing" id="QRA-fL-Jfb"/>
  85. <constraint firstItem="BgA-Ls-Ost" firstAttribute="width" secondItem="jND-lc-SG6" secondAttribute="width" id="dcv-NF-rlk"/>
  86. <constraint firstItem="BgA-Ls-Ost" firstAttribute="top" secondItem="jND-lc-SG6" secondAttribute="top" id="mTG-07-KlK"/>
  87. </constraints>
  88. </view>
  89. </subviews>
  90. <constraints>
  91. <constraint firstAttribute="trailing" secondItem="jND-lc-SG6" secondAttribute="trailing" id="4Uo-hv-geP"/>
  92. <constraint firstItem="jND-lc-SG6" firstAttribute="top" secondItem="fhj-vf-xf4" secondAttribute="top" id="GJT-GS-cD0"/>
  93. <constraint firstAttribute="bottom" secondItem="jND-lc-SG6" secondAttribute="bottom" id="UHi-I1-SYw"/>
  94. <constraint firstItem="jND-lc-SG6" firstAttribute="leading" secondItem="fhj-vf-xf4" secondAttribute="leading" id="Vya-TD-rrY"/>
  95. <constraint firstItem="jND-lc-SG6" firstAttribute="height" secondItem="fhj-vf-xf4" secondAttribute="height" id="pdO-iB-wvO"/>
  96. <constraint firstItem="jND-lc-SG6" firstAttribute="width" secondItem="fhj-vf-xf4" secondAttribute="width" id="q5c-pN-emY"/>
  97. </constraints>
  98. </scrollView>
  99. </subviews>
  100. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  101. <constraints>
  102. <constraint firstItem="fhj-vf-xf4" firstAttribute="leading" secondItem="M6S-pO-oSB" secondAttribute="leading" id="G9N-de-plx"/>
  103. <constraint firstItem="fhj-vf-xf4" firstAttribute="top" secondItem="nHW-fo-m1o" secondAttribute="bottom" id="IVy-Nm-2hT"/>
  104. <constraint firstItem="2lc-PA-aGV" firstAttribute="top" secondItem="fhj-vf-xf4" secondAttribute="bottom" id="MW3-GZ-Kz4"/>
  105. <constraint firstAttribute="trailing" secondItem="fhj-vf-xf4" secondAttribute="trailing" id="eeR-EM-VjV"/>
  106. </constraints>
  107. </view>
  108. <connections>
  109. <outlet property="h_constraint" destination="pdO-iB-wvO" id="1Qb-Sk-mqY"/>
  110. <outlet property="lead_constraint" destination="G9N-de-plx" id="zZj-EV-oAd"/>
  111. <outlet property="scrollview" destination="fhj-vf-xf4" id="rhg-O3-Nvw"/>
  112. <outlet property="tableview" destination="BgA-Ls-Ost" id="EV0-iB-Ugo"/>
  113. <outlet property="trail_constraint" destination="eeR-EM-VjV" id="6DB-BM-IrG"/>
  114. <outlet property="w_constraint" destination="q5c-pN-emY" id="Yn0-Du-eeP"/>
  115. </connections>
  116. </viewController>
  117. <placeholder placeholderIdentifier="IBFirstResponder" id="Bg8-u7-Uy3" sceneMemberID="firstResponder"/>
  118. </objects>
  119. <point key="canvasLocation" x="-1564" y="160"/>
  120. </scene>
  121. </scenes>
  122. </document>