meeting.storyboard 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="wSi-n3-2Nh">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
  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. <!--邀请-->
  13. <scene sceneID="ou8-bh-KEa">
  14. <objects>
  15. <viewController id="IiQ-r4-9Hz" customClass="OOMeetingAcceptController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="6A4-IA-yAA">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="116" estimatedRowHeight="-1" sectionHeaderHeight="10" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="WO0-Qv-Wsx">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  23. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  24. <connections>
  25. <outlet property="dataSource" destination="IiQ-r4-9Hz" id="1mN-XI-Wce"/>
  26. <outlet property="delegate" destination="IiQ-r4-9Hz" id="52v-ng-3Xl"/>
  27. </connections>
  28. </tableView>
  29. </subviews>
  30. <viewLayoutGuide key="safeArea" id="4qg-Zu-ygk"/>
  31. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. <constraints>
  33. <constraint firstItem="WO0-Qv-Wsx" firstAttribute="leading" secondItem="4qg-Zu-ygk" secondAttribute="leading" id="GnT-hJ-MUa"/>
  34. <constraint firstItem="WO0-Qv-Wsx" firstAttribute="trailing" secondItem="4qg-Zu-ygk" secondAttribute="trailing" id="REi-BE-vJG"/>
  35. <constraint firstAttribute="bottom" secondItem="WO0-Qv-Wsx" secondAttribute="bottom" id="SFp-oa-m7q"/>
  36. <constraint firstItem="WO0-Qv-Wsx" firstAttribute="top" secondItem="6A4-IA-yAA" secondAttribute="top" id="hKE-cv-mKP"/>
  37. </constraints>
  38. </view>
  39. <tabBarItem key="tabBarItem" title="邀请" image="icon_zjhy_nor" selectedImage="icon_zjhy_pro" id="5cl-UJ-ob5"/>
  40. <connections>
  41. <outlet property="tableView" destination="WO0-Qv-Wsx" id="FU3-Fn-8ww"/>
  42. <segue destination="Stp-Kt-FSy" kind="show" identifier="showMeetingDetail" id="jmR-kW-ZDU"/>
  43. </connections>
  44. </viewController>
  45. <placeholder placeholderIdentifier="IBFirstResponder" id="c2j-6Z-bjz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  46. </objects>
  47. <point key="canvasLocation" x="-207" y="1110"/>
  48. </scene>
  49. <!--会议室-->
  50. <scene sceneID="oav-qq-vpQ">
  51. <objects>
  52. <viewController storyboardIdentifier="OOMeetingMeetingRoomManageController" title="会议室" useStoryboardIdentifierAsRestorationIdentifier="YES" id="VTD-mP-cJf" customClass="OOMeetingMeetingRoomManageController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  53. <view key="view" contentMode="scaleToFill" id="E6n-Cm-FfL">
  54. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  55. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  56. <subviews>
  57. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" sectionIndexMinimumDisplayRowCount="-1" rowHeight="118" estimatedRowHeight="-1" sectionHeaderHeight="40" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="YEG-o9-FXA">
  58. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  59. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  60. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  61. </tableView>
  62. </subviews>
  63. <viewLayoutGuide key="safeArea" id="eNu-6n-lgu"/>
  64. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  65. <constraints>
  66. <constraint firstItem="YEG-o9-FXA" firstAttribute="leading" secondItem="eNu-6n-lgu" secondAttribute="leading" id="MFo-NR-Mab"/>
  67. <constraint firstAttribute="bottom" secondItem="YEG-o9-FXA" secondAttribute="bottom" id="RWl-2w-aHb"/>
  68. <constraint firstItem="YEG-o9-FXA" firstAttribute="top" secondItem="E6n-Cm-FfL" secondAttribute="top" id="SqB-JD-jZh"/>
  69. <constraint firstItem="YEG-o9-FXA" firstAttribute="trailing" secondItem="eNu-6n-lgu" secondAttribute="trailing" id="wRV-38-l3Y"/>
  70. </constraints>
  71. </view>
  72. <tabBarItem key="tabBarItem" title="会议室" image="icon_huiyishi_nor" selectedImage="icon_huiyishi_pro" id="jA7-36-vgt"/>
  73. <navigationItem key="navigationItem" id="ug4-ii-fce"/>
  74. <connections>
  75. <outlet property="tableView" destination="YEG-o9-FXA" id="VsR-my-GH1"/>
  76. <segue destination="gW1-W4-2nf" kind="show" identifier="showMeetingRoomInfoSegue" id="EOv-rD-cZa"/>
  77. </connections>
  78. </viewController>
  79. <placeholder placeholderIdentifier="IBFirstResponder" id="pm9-0q-509" userLabel="First Responder" sceneMemberID="firstResponder"/>
  80. </objects>
  81. <point key="canvasLocation" x="3154" y="642"/>
  82. </scene>
  83. <!--Meeting Room Detail View Controller-->
  84. <scene sceneID="e3T-cB-USG">
  85. <objects>
  86. <viewController id="gW1-W4-2nf" customClass="OOMeetingRoomDetailViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  87. <view key="view" contentMode="scaleToFill" id="QpB-gx-ho1">
  88. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  89. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  90. <subviews>
  91. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="117" estimatedRowHeight="-1" sectionHeaderHeight="1" sectionFooterHeight="10" translatesAutoresizingMaskIntoConstraints="NO" id="seL-nD-jfB">
  92. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  93. <color key="backgroundColor" systemColor="groupTableViewBackgroundColor"/>
  94. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  95. </tableView>
  96. </subviews>
  97. <viewLayoutGuide key="safeArea" id="UIu-NO-AA2"/>
  98. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  99. <constraints>
  100. <constraint firstItem="seL-nD-jfB" firstAttribute="leading" secondItem="UIu-NO-AA2" secondAttribute="leading" id="8Zs-wI-5ar"/>
  101. <constraint firstItem="seL-nD-jfB" firstAttribute="bottom" secondItem="UIu-NO-AA2" secondAttribute="bottom" id="DL1-uM-7X2"/>
  102. <constraint firstItem="seL-nD-jfB" firstAttribute="top" secondItem="QpB-gx-ho1" secondAttribute="top" id="XZy-Gi-52Y"/>
  103. <constraint firstItem="seL-nD-jfB" firstAttribute="trailing" secondItem="UIu-NO-AA2" secondAttribute="trailing" id="Zeh-0A-Kdn"/>
  104. </constraints>
  105. </view>
  106. <navigationItem key="navigationItem" id="cah-Q4-52O"/>
  107. <connections>
  108. <outlet property="tableView" destination="seL-nD-jfB" id="290-xH-LME"/>
  109. </connections>
  110. </viewController>
  111. <placeholder placeholderIdentifier="IBFirstResponder" id="Inh-uD-hmQ" userLabel="First Responder" sceneMemberID="firstResponder"/>
  112. </objects>
  113. <point key="canvasLocation" x="4354" y="642"/>
  114. </scene>
  115. <!--Meeting Detail View Controller-->
  116. <scene sceneID="5hn-7t-lPp">
  117. <objects>
  118. <viewController id="Stp-Kt-FSy" customClass="OOMeetingDetailViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  119. <view key="view" contentMode="scaleToFill" id="mq1-RB-IAS">
  120. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  121. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  122. <viewLayoutGuide key="safeArea" id="gcS-xf-OVI"/>
  123. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  124. </view>
  125. <navigationItem key="navigationItem" id="8bI-Pi-nfq"/>
  126. <connections>
  127. <segue destination="xhD-LR-7UF" kind="show" identifier="showEditMeetingNew" id="Ivm-Lu-l8X"/>
  128. </connections>
  129. </viewController>
  130. <placeholder placeholderIdentifier="IBFirstResponder" id="Yok-wP-XV2" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  131. </objects>
  132. <point key="canvasLocation" x="881" y="1110"/>
  133. </scene>
  134. <!--Meeting Form View Controller-->
  135. <scene sceneID="VHM-Ea-hry">
  136. <objects>
  137. <viewController id="xhD-LR-7UF" customClass="OOMeetingFormViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  138. <view key="view" contentMode="scaleToFill" id="9tj-Di-WBa">
  139. <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
  140. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  141. <viewLayoutGuide key="safeArea" id="9lu-5e-Nmu"/>
  142. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  143. </view>
  144. <navigationItem key="navigationItem" id="X7w-CJ-2Ip"/>
  145. <connections>
  146. <segue destination="VTD-mP-cJf" kind="show" identifier="showPickRoom" id="i02-wa-pKi"/>
  147. </connections>
  148. </viewController>
  149. <placeholder placeholderIdentifier="IBFirstResponder" id="AF7-fU-Dx0" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  150. </objects>
  151. <point key="canvasLocation" x="2177" y="1110"/>
  152. </scene>
  153. <!--会议-->
  154. <scene sceneID="F6p-6J-Dvv">
  155. <objects>
  156. <viewController id="5xA-cS-EVk" customClass="OOMeetingInforController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  157. <view key="view" contentMode="scaleToFill" id="Fby-03-e0e">
  158. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  159. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  160. <subviews>
  161. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="116" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="aRc-Qw-Nkh">
  162. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  163. <color key="backgroundColor" systemColor="groupTableViewBackgroundColor"/>
  164. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  165. <connections>
  166. <outlet property="dataSource" destination="5xA-cS-EVk" id="TAp-yJ-2op"/>
  167. <outlet property="delegate" destination="5xA-cS-EVk" id="oUI-Mh-ckE"/>
  168. </connections>
  169. </tableView>
  170. </subviews>
  171. <viewLayoutGuide key="safeArea" id="Xam-9N-9ZW"/>
  172. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  173. <constraints>
  174. <constraint firstItem="aRc-Qw-Nkh" firstAttribute="top" secondItem="Fby-03-e0e" secondAttribute="top" id="6oj-rJ-KQy"/>
  175. <constraint firstAttribute="bottom" secondItem="aRc-Qw-Nkh" secondAttribute="bottom" id="i18-GF-5eZ"/>
  176. <constraint firstItem="aRc-Qw-Nkh" firstAttribute="leading" secondItem="Xam-9N-9ZW" secondAttribute="leading" id="mcc-Rb-Imp"/>
  177. <constraint firstItem="aRc-Qw-Nkh" firstAttribute="trailing" secondItem="Xam-9N-9ZW" secondAttribute="trailing" id="qlp-3s-mAQ"/>
  178. </constraints>
  179. </view>
  180. <tabBarItem key="tabBarItem" title="会议" image="icon_huiyi_nor" selectedImage="icon_huiyi_pro" id="TkH-d1-ljz"/>
  181. <connections>
  182. <outlet property="tableView" destination="aRc-Qw-Nkh" id="j9J-yl-OB0"/>
  183. <segue destination="Stp-Kt-FSy" kind="show" identifier="showMeetingDetail" id="RwV-B2-gpp"/>
  184. <segue destination="xhD-LR-7UF" kind="show" identifier="showMeetingForm" id="vuy-SZ-f1L"/>
  185. </connections>
  186. </viewController>
  187. <placeholder placeholderIdentifier="IBFirstResponder" id="KJa-uQ-N7J" userLabel="First Responder" sceneMemberID="firstResponder"/>
  188. </objects>
  189. <point key="canvasLocation" x="881" y="149"/>
  190. </scene>
  191. <!--会议管理-->
  192. <scene sceneID="vfk-Jf-EQj">
  193. <objects>
  194. <tabBarController title="会议管理" hidesBottomBarWhenPushed="YES" id="wSi-n3-2Nh" sceneMemberID="viewController">
  195. <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="6yF-L2-A2Y">
  196. <rect key="frame" x="0.0" y="0.0" width="375" height="49"/>
  197. <autoresizingMask key="autoresizingMask"/>
  198. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  199. </tabBar>
  200. <connections>
  201. <segue destination="5xA-cS-EVk" kind="relationship" relationship="viewControllers" id="X3N-vB-sdo"/>
  202. <segue destination="IiQ-r4-9Hz" kind="relationship" relationship="viewControllers" id="esv-k4-5Cr"/>
  203. <segue destination="VTD-mP-cJf" kind="relationship" relationship="viewControllers" id="fbd-Za-66E"/>
  204. </connections>
  205. </tabBarController>
  206. <placeholder placeholderIdentifier="IBFirstResponder" id="S9l-AD-HUd" userLabel="First Responder" sceneMemberID="firstResponder"/>
  207. </objects>
  208. <point key="canvasLocation" x="-206" y="174"/>
  209. </scene>
  210. </scenes>
  211. <inferredMetricsTieBreakers>
  212. <segue reference="Ivm-Lu-l8X"/>
  213. <segue reference="RwV-B2-gpp"/>
  214. <segue reference="i02-wa-pKi"/>
  215. </inferredMetricsTieBreakers>
  216. <resources>
  217. <image name="icon_huiyi_nor" width="22" height="22"/>
  218. <image name="icon_huiyi_pro" width="22" height="22"/>
  219. <image name="icon_huiyishi_nor" width="22" height="22"/>
  220. <image name="icon_huiyishi_pro" width="22" height="22"/>
  221. <image name="icon_zjhy_nor" width="22" height="22"/>
  222. <image name="icon_zjhy_pro" width="22" height="22"/>
  223. <systemColor name="groupTableViewBackgroundColor">
  224. <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  225. </systemColor>
  226. <systemColor name="groupTableViewBackgroundColor">
  227. <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  228. </systemColor>
  229. <systemColor name="systemBackgroundColor">
  230. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  231. </systemColor>
  232. </resources>
  233. </document>