Main.storyboard 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="g6h-E6-DAd">
  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. <scenes>
  13. <!--Sheeeeeeeeet-->
  14. <scene sceneID="tne-QT-ifu">
  15. <objects>
  16. <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="SheeeeeeeeetExample" customModuleProvider="target" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <tableView clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="UVF-b8-L9g">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <viewLayoutGuide key="safeArea" id="iUX-ZR-Eqc"/>
  25. <prototypes>
  26. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="VeM-Hl-dIL" detailTextLabel="3E0-v0-GU4" rowHeight="86" style="IBUITableViewCellStyleSubtitle" id="hcH-Sx-lQK">
  27. <rect key="frame" x="0.0" y="28" width="375" height="86"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hcH-Sx-lQK" id="Sqb-cy-U3C">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="85.5"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="VeM-Hl-dIL">
  34. <rect key="frame" x="15" y="23" width="33.5" height="20.5"/>
  35. <autoresizingMask key="autoresizingMask"/>
  36. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  37. <nil key="textColor"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="3E0-v0-GU4">
  41. <rect key="frame" x="15" y="46.5" width="44" height="14.5"/>
  42. <autoresizingMask key="autoresizingMask"/>
  43. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  44. <nil key="textColor"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. </tableViewCellContentView>
  49. </tableViewCell>
  50. </prototypes>
  51. <sections/>
  52. </tableView>
  53. </subviews>
  54. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  55. <constraints>
  56. <constraint firstAttribute="bottom" secondItem="UVF-b8-L9g" secondAttribute="bottom" id="Hzd-Ww-djf"/>
  57. <constraint firstItem="UVF-b8-L9g" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="IBC-Kz-tV6"/>
  58. <constraint firstItem="UVF-b8-L9g" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" id="Iau-LY-unn"/>
  59. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="UVF-b8-L9g" secondAttribute="trailing" id="ymT-9V-db0"/>
  60. </constraints>
  61. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  62. </view>
  63. <navigationItem key="navigationItem" title="Sheeeeeeeeet" id="hUy-QT-oGw">
  64. <barButtonItem key="rightBarButtonItem" title="Test" id="dkC-bE-rGe">
  65. <connections>
  66. <action selector="testBarButtonTapped:" destination="BYZ-38-t0r" id="SEQ-ML-g0b"/>
  67. </connections>
  68. </barButtonItem>
  69. </navigationItem>
  70. <connections>
  71. <outlet property="tableView" destination="UVF-b8-L9g" id="mdc-Dk-lLU"/>
  72. </connections>
  73. </viewController>
  74. <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
  75. </objects>
  76. <point key="canvasLocation" x="2410.4000000000001" y="115.59220389805098"/>
  77. </scene>
  78. <!--Navigation Controller-->
  79. <scene sceneID="BI4-bw-sjW">
  80. <objects>
  81. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="f0y-2v-eNx" sceneMemberID="viewController">
  82. <tabBarItem key="tabBarItem" systemItem="more" id="jOV-pg-98y"/>
  83. <toolbarItems/>
  84. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="t4r-bp-MhJ">
  85. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  86. <autoresizingMask key="autoresizingMask"/>
  87. </navigationBar>
  88. <nil name="viewControllers"/>
  89. <connections>
  90. <segue destination="BYZ-38-t0r" kind="relationship" relationship="rootViewController" id="f2I-BW-5SC"/>
  91. </connections>
  92. </navigationController>
  93. <placeholder placeholderIdentifier="IBFirstResponder" id="dTO-DO-sue" userLabel="First Responder" sceneMemberID="firstResponder"/>
  94. </objects>
  95. <point key="canvasLocation" x="1620" y="115.59220389805098"/>
  96. </scene>
  97. <!--Tab Bar Controller-->
  98. <scene sceneID="WKs-Sz-DWN">
  99. <objects>
  100. <tabBarController automaticallyAdjustsScrollViewInsets="NO" id="g6h-E6-DAd" sceneMemberID="viewController">
  101. <toolbarItems/>
  102. <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="7GX-Ni-4gw">
  103. <rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
  104. <autoresizingMask key="autoresizingMask"/>
  105. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  106. </tabBar>
  107. <connections>
  108. <segue destination="f0y-2v-eNx" kind="relationship" relationship="viewControllers" id="uWb-lV-8lH"/>
  109. </connections>
  110. </tabBarController>
  111. <placeholder placeholderIdentifier="IBFirstResponder" id="KNQ-Tz-LKw" userLabel="First Responder" sceneMemberID="firstResponder"/>
  112. </objects>
  113. <point key="canvasLocation" x="680.79999999999995" y="115.59220389805098"/>
  114. </scene>
  115. </scenes>
  116. </document>