You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Main.storyboard 6.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="jBB-a1-WxC">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="EeU-wr-321">
  14. <objects>
  15. <viewController id="Cjx-Xl-elN" customClass="ViewController" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="ogO-EC-EAe"/>
  18. <viewControllerLayoutGuide type="bottom" id="EiO-wA-A7U"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="40S-Pw-MbQ">
  21. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="vnD-vJ-Vs3">
  25. <rect key="frame" x="0.0" y="120" width="393" height="698"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. <connections>
  28. <outlet property="dataSource" destination="Cjx-Xl-elN" id="TKQ-Ml-ymG"/>
  29. <outlet property="delegate" destination="Cjx-Xl-elN" id="42s-lH-k7I"/>
  30. </connections>
  31. </tableView>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZ9-Yb-NA5">
  33. <rect key="frame" x="32" y="103" width="329" height="12"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  35. <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <viewLayoutGuide key="safeArea" id="Xoc-se-Zff"/>
  40. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <constraints>
  42. <constraint firstItem="aZ9-Yb-NA5" firstAttribute="top" secondItem="ogO-EC-EAe" secondAttribute="bottom" id="42u-7w-S42"/>
  43. <constraint firstAttribute="trailingMargin" secondItem="aZ9-Yb-NA5" secondAttribute="trailing" constant="16" id="6Qx-Ol-wnD"/>
  44. <constraint firstAttribute="trailing" secondItem="vnD-vJ-Vs3" secondAttribute="trailing" id="J9B-MM-DZk"/>
  45. <constraint firstItem="vnD-vJ-Vs3" firstAttribute="leading" secondItem="40S-Pw-MbQ" secondAttribute="leading" id="ONX-si-9Wg"/>
  46. <constraint firstItem="EiO-wA-A7U" firstAttribute="top" secondItem="vnD-vJ-Vs3" secondAttribute="bottom" id="e4v-gg-RDW"/>
  47. <constraint firstItem="vnD-vJ-Vs3" firstAttribute="top" secondItem="aZ9-Yb-NA5" secondAttribute="bottom" constant="5" id="lcp-o5-Ozw"/>
  48. <constraint firstItem="aZ9-Yb-NA5" firstAttribute="leading" secondItem="40S-Pw-MbQ" secondAttribute="leadingMargin" constant="16" id="s8E-jo-lSR"/>
  49. </constraints>
  50. </view>
  51. <navigationItem key="navigationItem" id="8JJ-2E-JRg"/>
  52. <connections>
  53. <outlet property="tableView" destination="vnD-vJ-Vs3" id="pM6-mW-MVf"/>
  54. <outlet property="versionLabel" destination="aZ9-Yb-NA5" id="QNE-j6-i9a"/>
  55. </connections>
  56. </viewController>
  57. <placeholder placeholderIdentifier="IBFirstResponder" id="vwh-Y6-n7Q" userLabel="First Responder" sceneMemberID="firstResponder"/>
  58. </objects>
  59. <point key="canvasLocation" x="304.80000000000001" y="432.26600985221677"/>
  60. </scene>
  61. <!--Navigation Controller-->
  62. <scene sceneID="3rV-6H-LOs">
  63. <objects>
  64. <navigationController id="jBB-a1-WxC" sceneMemberID="viewController">
  65. <navigationBar key="navigationBar" contentMode="scaleToFill" id="4Ay-6y-CPg">
  66. <rect key="frame" x="0.0" y="59" width="393" height="44"/>
  67. <autoresizingMask key="autoresizingMask"/>
  68. </navigationBar>
  69. <connections>
  70. <segue destination="Cjx-Xl-elN" kind="relationship" relationship="rootViewController" id="I1w-z4-l9K"/>
  71. </connections>
  72. </navigationController>
  73. <placeholder placeholderIdentifier="IBFirstResponder" id="7eB-dZ-u0d" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  74. </objects>
  75. <point key="canvasLocation" x="-412" y="423"/>
  76. </scene>
  77. </scenes>
  78. <resources>
  79. <systemColor name="systemBackgroundColor">
  80. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. </systemColor>
  82. </resources>
  83. </document>