[ABANDONED] Mastodon iOS client.
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.

135 lines
11 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="49e-Tb-3d3">
  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="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. <!--First-->
  14. <scene sceneID="hNz-n2-bh7">
  15. <objects>
  16. <viewController id="9pv-A4-QxB" customClass="FirstViewController" customModule="elpha_ios" customModuleProvider="target" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="tsR-hK-woN">
  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. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="First View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="KQZ-1w-vlD">
  22. <rect key="frame" x="112.5" y="312" width="150.5" height="43"/>
  23. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="36"/>
  25. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <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">
  29. <rect key="frame" x="90.5" y="363" width="194.5" height="17"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  31. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstAttribute="centerX" secondItem="KQZ-1w-vlD" secondAttribute="centerX" id="6BV-lF-sBN"/>
  38. <constraint firstItem="A5M-7J-77L" firstAttribute="top" secondItem="KQZ-1w-vlD" secondAttribute="bottom" constant="8" symbolic="YES" id="cfb-er-3JN"/>
  39. <constraint firstItem="A5M-7J-77L" firstAttribute="centerX" secondItem="KQZ-1w-vlD" secondAttribute="centerX" id="e1l-AV-tCB"/>
  40. <constraint firstAttribute="centerY" secondItem="KQZ-1w-vlD" secondAttribute="centerY" id="exm-UA-ej4"/>
  41. </constraints>
  42. <viewLayoutGuide key="safeArea" id="PQr-Ze-W5v"/>
  43. </view>
  44. <tabBarItem key="tabBarItem" title="First" image="first" id="acW-dT-cKf"/>
  45. </viewController>
  46. <placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/>
  47. </objects>
  48. <point key="canvasLocation" x="750" y="-320"/>
  49. </scene>
  50. <!--Authenticate View Controller-->
  51. <scene sceneID="ti2-vn-Sq9">
  52. <objects>
  53. <viewController id="Bed-pj-wE9" customClass="AuthenticateViewController" customModule="elpha_ios" customModuleProvider="target" sceneMemberID="viewController">
  54. <view key="view" contentMode="scaleToFill" id="ITR-hY-wTb">
  55. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  56. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  57. <subviews>
  58. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Authenticate" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OWL-Bn-9c1">
  59. <rect key="frame" x="135" y="318" width="104" height="30"/>
  60. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  61. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  62. <nil key="textColor"/>
  63. <nil key="highlightedColor"/>
  64. </label>
  65. </subviews>
  66. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  67. <viewLayoutGuide key="safeArea" id="x4b-tk-8EQ"/>
  68. </view>
  69. </viewController>
  70. <placeholder placeholderIdentifier="IBFirstResponder" id="aNa-IN-5Hu" userLabel="First Responder" sceneMemberID="firstResponder"/>
  71. </objects>
  72. <point key="canvasLocation" x="-615" y="771"/>
  73. </scene>
  74. <!--Second-->
  75. <scene sceneID="wg7-f3-ORb">
  76. <objects>
  77. <viewController id="8rJ-Kc-sve" customClass="SecondViewController" customModule="elpha_ios" customModuleProvider="target" sceneMemberID="viewController">
  78. <view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW">
  79. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  80. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  81. <subviews>
  82. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Second View" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="zEq-FU-wV5">
  83. <rect key="frame" x="87" y="312" width="201.5" height="43"/>
  84. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  85. <fontDescription key="fontDescription" type="system" pointSize="36"/>
  86. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  87. <nil key="highlightedColor"/>
  88. </label>
  89. <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">
  90. <rect key="frame" x="80" y="363" width="215" height="17"/>
  91. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  92. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  93. <nil key="highlightedColor"/>
  94. </label>
  95. </subviews>
  96. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  97. <constraints>
  98. <constraint firstItem="NDk-cv-Gan" firstAttribute="top" secondItem="zEq-FU-wV5" secondAttribute="bottom" constant="8" symbolic="YES" id="Day-4N-Vmt"/>
  99. <constraint firstItem="NDk-cv-Gan" firstAttribute="centerX" secondItem="zEq-FU-wV5" secondAttribute="centerX" id="JgO-Fn-dHn"/>
  100. <constraint firstAttribute="centerX" secondItem="zEq-FU-wV5" secondAttribute="centerX" id="qqM-NS-xev"/>
  101. <constraint firstAttribute="centerY" secondItem="zEq-FU-wV5" secondAttribute="centerY" id="qzY-Ky-pLD"/>
  102. </constraints>
  103. <viewLayoutGuide key="safeArea" id="O1u-W8-tvY"/>
  104. </view>
  105. <tabBarItem key="tabBarItem" title="Second" image="second" id="cPa-gy-q4n"/>
  106. </viewController>
  107. <placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/>
  108. </objects>
  109. <point key="canvasLocation" x="750" y="360"/>
  110. </scene>
  111. <!--Main Tab Bar Controller-->
  112. <scene sceneID="yl2-sM-qoP">
  113. <objects>
  114. <tabBarController id="49e-Tb-3d3" customClass="MainTabBarController" customModule="elpha_ios" customModuleProvider="target" sceneMemberID="viewController">
  115. <tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA">
  116. <rect key="frame" x="0.0" y="975" width="768" height="49"/>
  117. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  118. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  119. </tabBar>
  120. <connections>
  121. <segue destination="9pv-A4-QxB" kind="relationship" relationship="viewControllers" id="u7Y-xg-7CH"/>
  122. <segue destination="8rJ-Kc-sve" kind="relationship" relationship="viewControllers" id="lzU-1b-eKA"/>
  123. <segue destination="Bed-pj-wE9" kind="presentation" identifier="AuthenticateSegue" id="OY3-ks-sfC"/>
  124. </connections>
  125. </tabBarController>
  126. <placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/>
  127. </objects>
  128. <point key="canvasLocation" x="0.0" y="0.0"/>
  129. </scene>
  130. </scenes>
  131. <resources>
  132. <image name="first" width="30" height="30"/>
  133. <image name="second" width="30" height="30"/>
  134. </resources>
  135. </document>