Main.storyboard 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="Gbj-d7-bT5">
  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="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="VJx-ip-Ued">
  14. <objects>
  15. <viewController id="sPp-w6-HWc" customClass="ViewController" customModule="OJASwiftKitDemo" customModuleProvider="target" sceneMemberID="viewController">
  16. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="7No-i5-0EP"/>
  18. <viewControllerLayoutGuide type="bottom" id="qyR-kd-fxF"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="r8N-ZW-FvV">
  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. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JsQ-MU-jTU">
  25. <rect key="frame" x="44" y="104" width="46" height="30"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <state key="normal" title="Button"/>
  28. </button>
  29. </subviews>
  30. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  31. </view>
  32. <navigationItem key="navigationItem" id="LL3-l0-HWh"/>
  33. <connections>
  34. <outlet property="buttonOne" destination="JsQ-MU-jTU" id="VHt-5b-wU1"/>
  35. </connections>
  36. </viewController>
  37. <placeholder placeholderIdentifier="IBFirstResponder" id="TB9-vQ-0xs" userLabel="First Responder" sceneMemberID="firstResponder"/>
  38. </objects>
  39. <point key="canvasLocation" x="319" y="152"/>
  40. </scene>
  41. <!--Tab Bar Controller-->
  42. <scene sceneID="tBx-HU-7Qm">
  43. <objects>
  44. <tabBarController id="Gbj-d7-bT5" sceneMemberID="viewController">
  45. <tabBar key="tabBar" contentMode="scaleToFill" id="ZEH-eB-R8A">
  46. <rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
  47. <autoresizingMask key="autoresizingMask"/>
  48. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  49. </tabBar>
  50. <connections>
  51. <segue destination="Lo4-E4-bho" kind="relationship" relationship="viewControllers" id="lhm-Lc-c06"/>
  52. </connections>
  53. </tabBarController>
  54. <placeholder placeholderIdentifier="IBFirstResponder" id="mlh-JX-Ece" userLabel="First Responder" sceneMemberID="firstResponder"/>
  55. </objects>
  56. <point key="canvasLocation" x="-1380" y="152"/>
  57. </scene>
  58. <!--Item-->
  59. <scene sceneID="lOi-0K-mQD">
  60. <objects>
  61. <navigationController id="Lo4-E4-bho" customClass="OJSNavigationController" customModule="OJASwiftKit" sceneMemberID="viewController">
  62. <tabBarItem key="tabBarItem" title="Item" id="ezL-bO-r2P"/>
  63. <navigationBar key="navigationBar" contentMode="scaleToFill" id="FS5-pV-Y8a">
  64. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  65. <autoresizingMask key="autoresizingMask"/>
  66. </navigationBar>
  67. <connections>
  68. <segue destination="sPp-w6-HWc" kind="relationship" relationship="rootViewController" id="Lga-l3-kz8"/>
  69. </connections>
  70. </navigationController>
  71. <placeholder placeholderIdentifier="IBFirstResponder" id="ZFw-Nh-Lib" userLabel="First Responder" sceneMemberID="firstResponder"/>
  72. </objects>
  73. <point key="canvasLocation" x="-489" y="152"/>
  74. </scene>
  75. </scenes>
  76. </document>