Main.storyboard 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="49e-Tb-3d3">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
  5. </dependencies>
  6. <scenes>
  7. <!--First-->
  8. <scene sceneID="hNz-n2-bh7">
  9. <objects>
  10. <viewController id="9pv-A4-QxB" customClass="FirstViewController" customModuleProvider="" sceneMemberID="viewController">
  11. <layoutGuides>
  12. <viewControllerLayoutGuide type="top" id="Ia1-K6-d13"/>
  13. <viewControllerLayoutGuide type="bottom" id="4ug-Mw-9AY"/>
  14. </layoutGuides>
  15. <view key="view" contentMode="scaleToFill" id="tsR-hK-woN">
  16. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="First View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="KQZ-1w-vlD">
  20. <rect key="frame" x="221" y="279" width="157.5" height="41.5"/>
  21. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  22. <fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="36"/>
  23. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Loaded by FirstViewController" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="A5M-7J-77L">
  27. <rect key="frame" x="203" y="329" width="194.5" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  34. <constraints>
  35. <constraint firstAttribute="centerX" secondItem="KQZ-1w-vlD" secondAttribute="centerX" id="6BV-lF-sBN"/>
  36. <constraint firstItem="A5M-7J-77L" firstAttribute="top" secondItem="KQZ-1w-vlD" secondAttribute="bottom" constant="8" symbolic="YES" id="cfb-er-3JN"/>
  37. <constraint firstItem="A5M-7J-77L" firstAttribute="centerX" secondItem="KQZ-1w-vlD" secondAttribute="centerX" id="e1l-AV-tCB"/>
  38. <constraint firstAttribute="centerY" secondItem="KQZ-1w-vlD" secondAttribute="centerY" id="exm-UA-ej4"/>
  39. </constraints>
  40. </view>
  41. <tabBarItem key="tabBarItem" title="First" image="first" id="acW-dT-cKf"/>
  42. </viewController>
  43. <placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/>
  44. </objects>
  45. <point key="canvasLocation" x="750" y="-320"/>
  46. </scene>
  47. <!--Second-->
  48. <scene sceneID="wg7-f3-ORb">
  49. <objects>
  50. <viewController id="8rJ-Kc-sve" customClass="SecondViewController" customModuleProvider="" sceneMemberID="viewController">
  51. <layoutGuides>
  52. <viewControllerLayoutGuide type="top" id="L7p-HK-0SC"/>
  53. <viewControllerLayoutGuide type="bottom" id="Djb-ko-YwX"/>
  54. </layoutGuides>
  55. <view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW">
  56. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  57. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  58. <subviews>
  59. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Second View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="zEq-FU-wV5">
  60. <rect key="frame" x="195" y="279" width="209.5" height="41.5"/>
  61. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  62. <fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="36"/>
  63. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  64. <nil key="highlightedColor"/>
  65. </label>
  66. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Loaded by SecondViewController" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NDk-cv-Gan">
  67. <rect key="frame" x="192" y="329" width="215.5" height="17"/>
  68. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  69. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. </subviews>
  73. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  74. <constraints>
  75. <constraint firstItem="NDk-cv-Gan" firstAttribute="top" secondItem="zEq-FU-wV5" secondAttribute="bottom" constant="8" symbolic="YES" id="Day-4N-Vmt"/>
  76. <constraint firstItem="NDk-cv-Gan" firstAttribute="centerX" secondItem="zEq-FU-wV5" secondAttribute="centerX" id="JgO-Fn-dHn"/>
  77. <constraint firstAttribute="centerX" secondItem="zEq-FU-wV5" secondAttribute="centerX" id="qqM-NS-xev"/>
  78. <constraint firstAttribute="centerY" secondItem="zEq-FU-wV5" secondAttribute="centerY" id="qzY-Ky-pLD"/>
  79. </constraints>
  80. </view>
  81. <tabBarItem key="tabBarItem" title="Second" image="second" id="cPa-gy-q4n"/>
  82. </viewController>
  83. <placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/>
  84. </objects>
  85. <point key="canvasLocation" x="750" y="360"/>
  86. </scene>
  87. <!--Tab Bar Controller-->
  88. <scene sceneID="yl2-sM-qoP">
  89. <objects>
  90. <tabBarController id="49e-Tb-3d3" sceneMemberID="viewController">
  91. <nil key="simulatedBottomBarMetrics"/>
  92. <tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA">
  93. <rect key="frame" x="0.0" y="975" width="768" height="49"/>
  94. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  95. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  96. </tabBar>
  97. <connections>
  98. <segue destination="9pv-A4-QxB" kind="relationship" relationship="viewControllers" id="u7Y-xg-7CH"/>
  99. <segue destination="8rJ-Kc-sve" kind="relationship" relationship="viewControllers" id="lzU-1b-eKA"/>
  100. </connections>
  101. </tabBarController>
  102. <placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/>
  103. </objects>
  104. <point key="canvasLocation" x="0.0" y="0.0"/>
  105. </scene>
  106. </scenes>
  107. <resources>
  108. <image name="first" width="30" height="30"/>
  109. <image name="second" width="30" height="30"/>
  110. </resources>
  111. </document>