task.storyboard 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Yna-g7-LKp">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
  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="FG9-p6-Vdn">
  14. <objects>
  15. <viewController title="新工作主界面" id="Yna-g7-LKp" customClass="MainTaskSecondViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="OVh-U5-Tp6">
  17. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="100" sectionHeaderHeight="10" sectionFooterHeight="1" translatesAutoresizingMaskIntoConstraints="NO" id="vbb-IJ-YEQ">
  21. <rect key="frame" x="0.0" y="64" width="414" height="672"/>
  22. <viewLayoutGuide key="safeArea" id="PYp-D5-Izp"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  24. <inset key="separatorInset" minX="15" minY="0.0" maxX="15" maxY="0.0"/>
  25. <color key="sectionIndexBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. <prototypes>
  27. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="NewMainAppTableViewCell" id="uHm-nK-NDr" customClass="NewMainAppTableViewCell" customModule="O2Platform" customModuleProvider="target">
  28. <rect key="frame" x="0.0" y="44.666666030883789" width="414" height="100"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="uHm-nK-NDr" id="ho7-3Z-4SQ">
  31. <rect key="frame" x="0.0" y="0.0" width="414" height="100"/>
  32. <autoresizingMask key="autoresizingMask"/>
  33. <subviews>
  34. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="R0z-0D-zSx">
  35. <rect key="frame" x="0.0" y="0.0" width="402" height="100"/>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  37. <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="suM-Bc-JhM">
  38. <size key="itemSize" width="74" height="101"/>
  39. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  40. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  41. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  42. </collectionViewFlowLayout>
  43. <cells>
  44. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="AppCollectionCell" id="rIu-9W-KHp" customClass="NewMainAppCollectionViewCell" customModule="O2Platform" customModuleProvider="target">
  45. <rect key="frame" x="0.0" y="-0.66666666666666663" width="74" height="101"/>
  46. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  47. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  48. <rect key="frame" x="0.0" y="0.0" width="74" height="101"/>
  49. <autoresizingMask key="autoresizingMask"/>
  50. <subviews>
  51. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待办" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5l8-N8-iM6">
  52. <rect key="frame" x="8" y="66" width="58" height="21"/>
  53. <constraints>
  54. <constraint firstAttribute="height" constant="21" id="BfW-Mk-rUa"/>
  55. </constraints>
  56. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  57. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  58. <nil key="highlightedColor"/>
  59. </label>
  60. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_daiban" translatesAutoresizingMaskIntoConstraints="NO" id="hBu-p1-1i2">
  61. <rect key="frame" x="18" y="25" width="38" height="38"/>
  62. </imageView>
  63. </subviews>
  64. </view>
  65. <constraints>
  66. <constraint firstItem="5l8-N8-iM6" firstAttribute="top" secondItem="hBu-p1-1i2" secondAttribute="bottom" constant="3" id="MPD-Nf-zp4"/>
  67. <constraint firstItem="hBu-p1-1i2" firstAttribute="centerX" secondItem="5l8-N8-iM6" secondAttribute="centerX" id="YP5-e4-07w"/>
  68. <constraint firstItem="5l8-N8-iM6" firstAttribute="trailing" secondItem="rIu-9W-KHp" secondAttribute="trailingMargin" id="gtO-Bj-13k"/>
  69. <constraint firstItem="5l8-N8-iM6" firstAttribute="leading" secondItem="rIu-9W-KHp" secondAttribute="leadingMargin" id="hxS-HD-3lx"/>
  70. <constraint firstItem="hBu-p1-1i2" firstAttribute="top" secondItem="rIu-9W-KHp" secondAttribute="topMargin" constant="17" id="oz3-bA-s4m"/>
  71. </constraints>
  72. <connections>
  73. <outlet property="appIconImageView" destination="hBu-p1-1i2" id="rdz-CS-Tgb"/>
  74. <outlet property="appNameLabel" destination="5l8-N8-iM6" id="cZl-L7-WA3"/>
  75. </connections>
  76. </collectionViewCell>
  77. </cells>
  78. </collectionView>
  79. </subviews>
  80. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  81. <constraints>
  82. <constraint firstItem="R0z-0D-zSx" firstAttribute="centerY" secondItem="ho7-3Z-4SQ" secondAttribute="centerY" id="5v1-Tp-DnT"/>
  83. <constraint firstItem="R0z-0D-zSx" firstAttribute="leading" secondItem="ho7-3Z-4SQ" secondAttribute="leading" id="7qj-bG-eyY"/>
  84. <constraint firstItem="R0z-0D-zSx" firstAttribute="top" secondItem="ho7-3Z-4SQ" secondAttribute="top" id="JCA-pG-a3a"/>
  85. <constraint firstAttribute="trailingMargin" secondItem="R0z-0D-zSx" secondAttribute="trailing" constant="-8" id="JEi-pD-oJQ"/>
  86. </constraints>
  87. </tableViewCellContentView>
  88. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  89. <connections>
  90. <outlet property="appCollectionView" destination="R0z-0D-zSx" id="sOh-hY-obn"/>
  91. </connections>
  92. </tableViewCell>
  93. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="NewMainItemTableViewCell" rowHeight="95" id="2lo-9G-gYt" customClass="NewMainItemTableViewCell" customModule="O2Platform" customModuleProvider="target">
  94. <rect key="frame" x="0.0" y="144.66666603088379" width="414" height="95"/>
  95. <autoresizingMask key="autoresizingMask"/>
  96. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2lo-9G-gYt" id="2l6-Rz-BBm">
  97. <rect key="frame" x="0.0" y="0.0" width="414" height="95"/>
  98. <autoresizingMask key="autoresizingMask"/>
  99. <subviews>
  100. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="l73-sM-Q6a">
  101. <rect key="frame" x="20" y="10" width="374" height="75"/>
  102. <subviews>
  103. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rha-lt-HOh">
  104. <rect key="frame" x="12" y="13" width="350" height="24"/>
  105. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="17"/>
  106. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  107. <nil key="highlightedColor"/>
  108. </label>
  109. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="时间" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bkg-uv-uMv">
  110. <rect key="frame" x="340" y="42" width="24" height="17"/>
  111. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="12"/>
  112. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  113. <nil key="highlightedColor"/>
  114. </label>
  115. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="分类" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QhZ-Xf-tlg">
  116. <rect key="frame" x="12" y="42" width="28" height="19.666666666666671"/>
  117. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  118. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  119. <nil key="highlightedColor"/>
  120. </label>
  121. </subviews>
  122. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  123. <constraints>
  124. <constraint firstItem="QhZ-Xf-tlg" firstAttribute="top" secondItem="Rha-lt-HOh" secondAttribute="bottom" constant="5" id="2lv-tx-pbv"/>
  125. <constraint firstAttribute="trailing" secondItem="Rha-lt-HOh" secondAttribute="trailing" constant="12" id="8RC-Xu-1Kl"/>
  126. <constraint firstAttribute="trailing" secondItem="bkg-uv-uMv" secondAttribute="trailing" constant="10" id="FPg-2b-ayR"/>
  127. <constraint firstItem="QhZ-Xf-tlg" firstAttribute="leading" secondItem="l73-sM-Q6a" secondAttribute="leading" constant="12" id="b2Y-Fq-KzL"/>
  128. <constraint firstItem="Rha-lt-HOh" firstAttribute="top" secondItem="l73-sM-Q6a" secondAttribute="top" constant="13" id="jFO-d7-nop"/>
  129. <constraint firstItem="bkg-uv-uMv" firstAttribute="top" secondItem="l73-sM-Q6a" secondAttribute="top" constant="42" id="n9K-zV-AyO"/>
  130. <constraint firstItem="Rha-lt-HOh" firstAttribute="leading" secondItem="l73-sM-Q6a" secondAttribute="leading" constant="12" id="rdz-cD-UCm"/>
  131. </constraints>
  132. <userDefinedRuntimeAttributes>
  133. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  134. <real key="value" value="10"/>
  135. </userDefinedRuntimeAttribute>
  136. </userDefinedRuntimeAttributes>
  137. </view>
  138. </subviews>
  139. <constraints>
  140. <constraint firstItem="l73-sM-Q6a" firstAttribute="top" secondItem="2l6-Rz-BBm" secondAttribute="top" constant="10" id="RFH-xo-0IJ"/>
  141. <constraint firstItem="l73-sM-Q6a" firstAttribute="leading" secondItem="2l6-Rz-BBm" secondAttribute="leading" constant="20" id="cb3-F5-BEI"/>
  142. <constraint firstAttribute="trailing" secondItem="l73-sM-Q6a" secondAttribute="trailing" constant="20" id="owZ-An-afq"/>
  143. <constraint firstAttribute="bottom" secondItem="l73-sM-Q6a" secondAttribute="bottom" constant="10" id="yJ8-QT-FI6"/>
  144. </constraints>
  145. </tableViewCellContentView>
  146. <color key="backgroundColor" red="0.96470588235294119" green="0.96470588235294119" blue="0.96470588235294119" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
  147. <connections>
  148. <outlet property="categoryNameLabel" destination="QhZ-Xf-tlg" id="HdE-lG-Jgu"/>
  149. <outlet property="timeLabel" destination="bkg-uv-uMv" id="RAu-Nc-1kh"/>
  150. <outlet property="titleLabel" destination="Rha-lt-HOh" id="dJr-E0-CW5"/>
  151. </connections>
  152. </tableViewCell>
  153. </prototypes>
  154. </tableView>
  155. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JJt-Vr-ujH" userLabel="NewNav">
  156. <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
  157. <subviews>
  158. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bWD-EE-ZVD">
  159. <rect key="frame" x="12" y="17" width="32" height="32"/>
  160. <constraints>
  161. <constraint firstAttribute="height" constant="32" id="IvT-7a-QAC"/>
  162. <constraint firstAttribute="width" constant="32" id="X2F-lA-mlh"/>
  163. </constraints>
  164. <state key="normal" image="menu_scan_qrcode"/>
  165. </button>
  166. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SxQ-o2-0Sm">
  167. <rect key="frame" x="370" y="17" width="32" height="32"/>
  168. <constraints>
  169. <constraint firstAttribute="width" constant="32" id="cyJ-Jm-hT0"/>
  170. <constraint firstAttribute="height" constant="32" id="qY8-WP-u3L"/>
  171. </constraints>
  172. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  173. <state key="normal" title="新建"/>
  174. </button>
  175. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tng-Po-1rH">
  176. <rect key="frame" x="60" y="21" width="294" height="28"/>
  177. <subviews>
  178. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_sousuo" translatesAutoresizingMaskIntoConstraints="NO" id="4h2-Ob-DMO">
  179. <rect key="frame" x="5" y="3" width="22" height="22"/>
  180. <constraints>
  181. <constraint firstAttribute="width" constant="22" id="gW0-I4-W2l"/>
  182. <constraint firstAttribute="height" constant="22" id="x99-rJ-bQx"/>
  183. </constraints>
  184. </imageView>
  185. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="请输入搜索关键字" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LQf-ig-aeu">
  186. <rect key="frame" x="47" y="5.6666666666666679" width="223" height="17"/>
  187. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  188. <color key="textColor" red="0.39996236562728882" green="0.40002405643463135" blue="0.3999488353729248" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  189. <nil key="highlightedColor"/>
  190. </label>
  191. </subviews>
  192. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  193. <constraints>
  194. <constraint firstItem="4h2-Ob-DMO" firstAttribute="leading" secondItem="tng-Po-1rH" secondAttribute="leading" constant="5" id="7nz-gg-gCi"/>
  195. <constraint firstAttribute="trailing" secondItem="LQf-ig-aeu" secondAttribute="trailing" constant="24" id="EU5-if-QQb"/>
  196. <constraint firstItem="LQf-ig-aeu" firstAttribute="centerY" secondItem="tng-Po-1rH" secondAttribute="centerY" id="KBg-xb-wdb"/>
  197. <constraint firstAttribute="height" constant="28" id="NNJ-uE-CNa"/>
  198. <constraint firstItem="4h2-Ob-DMO" firstAttribute="centerY" secondItem="tng-Po-1rH" secondAttribute="centerY" id="NvP-WK-OYw"/>
  199. <constraint firstItem="LQf-ig-aeu" firstAttribute="leading" secondItem="4h2-Ob-DMO" secondAttribute="trailing" constant="20" id="RCO-ZO-cbS"/>
  200. </constraints>
  201. <userDefinedRuntimeAttributes>
  202. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  203. <real key="value" value="14"/>
  204. </userDefinedRuntimeAttribute>
  205. </userDefinedRuntimeAttributes>
  206. </view>
  207. </subviews>
  208. <color key="backgroundColor" red="0.98431372549999996" green="0.2784313725" blue="0.2784313725" alpha="1" colorSpace="calibratedRGB"/>
  209. <constraints>
  210. <constraint firstItem="bWD-EE-ZVD" firstAttribute="leading" secondItem="JJt-Vr-ujH" secondAttribute="leading" constant="12" id="75M-Ci-vUB"/>
  211. <constraint firstAttribute="bottom" secondItem="tng-Po-1rH" secondAttribute="bottom" constant="15" id="7rZ-l2-yI7"/>
  212. <constraint firstAttribute="bottom" secondItem="bWD-EE-ZVD" secondAttribute="bottom" constant="15" id="BMe-SM-rLS"/>
  213. <constraint firstAttribute="bottom" secondItem="SxQ-o2-0Sm" secondAttribute="bottom" constant="15" id="Nos-Al-o1q"/>
  214. <constraint firstAttribute="trailing" secondItem="SxQ-o2-0Sm" secondAttribute="trailing" constant="12" id="XCv-8k-JQ4"/>
  215. <constraint firstAttribute="height" constant="64" id="hDa-ZV-5Bs"/>
  216. <constraint firstItem="tng-Po-1rH" firstAttribute="leading" secondItem="bWD-EE-ZVD" secondAttribute="trailing" constant="16" id="lTS-sj-NQ8"/>
  217. <constraint firstItem="SxQ-o2-0Sm" firstAttribute="leading" secondItem="tng-Po-1rH" secondAttribute="trailing" constant="16" id="m8f-5C-7eA"/>
  218. </constraints>
  219. </view>
  220. </subviews>
  221. <viewLayoutGuide key="safeArea" id="x7N-Xx-soD"/>
  222. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  223. <constraints>
  224. <constraint firstItem="vbb-IJ-YEQ" firstAttribute="leading" secondItem="x7N-Xx-soD" secondAttribute="leading" id="7AL-Lk-FOE"/>
  225. <constraint firstItem="JJt-Vr-ujH" firstAttribute="trailing" secondItem="x7N-Xx-soD" secondAttribute="trailing" id="E9D-8x-BRb"/>
  226. <constraint firstItem="x7N-Xx-soD" firstAttribute="trailing" secondItem="vbb-IJ-YEQ" secondAttribute="trailing" id="I2e-e1-CmP"/>
  227. <constraint firstItem="vbb-IJ-YEQ" firstAttribute="bottom" secondItem="x7N-Xx-soD" secondAttribute="bottom" id="JjK-h4-xKS"/>
  228. <constraint firstItem="vbb-IJ-YEQ" firstAttribute="top" secondItem="JJt-Vr-ujH" secondAttribute="bottom" id="MTg-By-2rR"/>
  229. <constraint firstItem="JJt-Vr-ujH" firstAttribute="leading" secondItem="x7N-Xx-soD" secondAttribute="leading" id="NG2-Ye-rT1"/>
  230. <constraint firstItem="JJt-Vr-ujH" firstAttribute="top" secondItem="OVh-U5-Tp6" secondAttribute="top" id="qPw-7x-OmT"/>
  231. </constraints>
  232. </view>
  233. <connections>
  234. <outlet property="addBtn" destination="SxQ-o2-0Sm" id="jjR-ne-lLS"/>
  235. <outlet property="myNavBarHeight" destination="hDa-ZV-5Bs" id="rqg-6l-w1r"/>
  236. <outlet property="scanBtn" destination="bWD-EE-ZVD" id="PlJ-PW-bZu"/>
  237. <outlet property="searchBar" destination="tng-Po-1rH" id="sht-tK-iTw"/>
  238. <outlet property="searchBarIcon" destination="4h2-Ob-DMO" id="QHR-Sv-OcO"/>
  239. <outlet property="tableView" destination="vbb-IJ-YEQ" id="Ov2-c9-jlM"/>
  240. <outlet property="topHeaderBar" destination="JJt-Vr-ujH" id="v8j-Pd-8UO"/>
  241. <segue destination="1VT-mT-wvg" kind="show" identifier="showTodoTaskSegue" id="SwG-Rc-UPd"/>
  242. <segue destination="Lit-tA-usI" kind="show" identifier="showAppCategorySegue" animates="NO" id="V8m-f4-bAt"/>
  243. <segue destination="g80-nM-0Sh" kind="show" identifier="showMailSegue" id="97y-zw-SwJ"/>
  244. </connections>
  245. </viewController>
  246. <placeholder placeholderIdentifier="IBFirstResponder" id="hUc-m3-lBi" userLabel="First Responder" sceneMemberID="firstResponder"/>
  247. </objects>
  248. <point key="canvasLocation" x="872.46376811594212" y="231.52173913043481"/>
  249. </scene>
  250. <!--发起工作-->
  251. <scene sceneID="NjP-HA-PbM">
  252. <objects>
  253. <viewController title="发起工作" hidesBottomBarWhenPushed="YES" id="Lit-tA-usI" customClass="ZoneMenuViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  254. <view key="view" contentMode="scaleToFill" id="hnU-lW-Yfw">
  255. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  256. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  257. <viewLayoutGuide key="safeArea" id="Yd1-83-sxc"/>
  258. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  259. </view>
  260. <connections>
  261. <segue destination="WbW-7g-if6" kind="show" identifier="showStartFlowSegue" id="5wC-JK-al1"/>
  262. </connections>
  263. </viewController>
  264. <placeholder placeholderIdentifier="IBFirstResponder" id="4tl-0o-hbR" userLabel="First Responder" sceneMemberID="firstResponder"/>
  265. </objects>
  266. <point key="canvasLocation" x="2225" y="-81"/>
  267. </scene>
  268. <!--待办详细界面-->
  269. <scene sceneID="brc-Vd-zPK">
  270. <objects>
  271. <viewController storyboardIdentifier="todoTaskDetailVC" title="待办详细界面" hidesBottomBarWhenPushed="YES" useStoryboardIdentifierAsRestorationIdentifier="YES" id="PCj-XB-9aF" customClass="TodoTaskDetailViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  272. <view key="view" contentMode="scaleToFill" id="Wbd-ie-DDu">
  273. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  274. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  275. <subviews>
  276. <progressView opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Fxs-la-XTP">
  277. <rect key="frame" x="0.0" y="0.0" width="414" height="4"/>
  278. </progressView>
  279. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xk8-sE-hkR">
  280. <rect key="frame" x="0.0" y="4" width="414" height="712"/>
  281. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  282. </view>
  283. </subviews>
  284. <viewLayoutGuide key="safeArea" id="pfi-d8-97v"/>
  285. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  286. <constraints>
  287. <constraint firstItem="pfi-d8-97v" firstAttribute="bottom" secondItem="xk8-sE-hkR" secondAttribute="bottom" identifier="webViewBottomConstraint" id="EUz-Kz-DyP"/>
  288. <constraint firstItem="Fxs-la-XTP" firstAttribute="top" secondItem="pfi-d8-97v" secondAttribute="top" id="TMh-hb-qqB"/>
  289. <constraint firstItem="Fxs-la-XTP" firstAttribute="leading" secondItem="pfi-d8-97v" secondAttribute="leading" id="d5H-Yb-qkJ"/>
  290. <constraint firstItem="pfi-d8-97v" firstAttribute="trailing" secondItem="Fxs-la-XTP" secondAttribute="trailing" id="ioA-bO-gDR"/>
  291. <constraint firstItem="xk8-sE-hkR" firstAttribute="top" secondItem="Fxs-la-XTP" secondAttribute="bottom" id="nzD-VT-yHb"/>
  292. <constraint firstItem="xk8-sE-hkR" firstAttribute="leading" secondItem="pfi-d8-97v" secondAttribute="leading" id="tlN-EH-YY2"/>
  293. <constraint firstItem="pfi-d8-97v" firstAttribute="trailing" secondItem="xk8-sE-hkR" secondAttribute="trailing" id="zLK-N1-wh9"/>
  294. </constraints>
  295. </view>
  296. <connections>
  297. <outlet property="progress" destination="Fxs-la-XTP" id="jY5-ms-d4w"/>
  298. <outlet property="webViewContainer" destination="xk8-sE-hkR" id="PrO-iZ-Re7"/>
  299. <segue destination="Sfc-Ai-ZAp" kind="show" identifier="showTodoProcessSegue" id="uXT-xk-tPp"/>
  300. <segue destination="VGE-xN-Kgj" kind="unwind" identifier="backToTodoTask" animates="NO" unwindAction="unWindForTodoTask:" id="06j-3H-FFT"/>
  301. <segue destination="VGE-xN-Kgj" kind="unwind" identifier="backMainTask" animates="NO" unwindAction="unWindRefreshSegueForMainTask:" id="vzu-Qi-lRg"/>
  302. </connections>
  303. </viewController>
  304. <placeholder placeholderIdentifier="IBFirstResponder" id="mZR-S3-Ygb" userLabel="First Responder" sceneMemberID="firstResponder"/>
  305. <exit id="VGE-xN-Kgj" userLabel="Exit" sceneMemberID="exit"/>
  306. </objects>
  307. <point key="canvasLocation" x="-679.71014492753625" y="1867.663043478261"/>
  308. </scene>
  309. <!--待办处理界面-->
  310. <scene sceneID="Kxd-Sp-o7U">
  311. <objects>
  312. <viewController title="待办处理界面" id="Sfc-Ai-ZAp" customClass="TodoTaskProcessViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  313. <view key="view" contentMode="scaleToFill" id="v2f-aR-uA0">
  314. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  315. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  316. <subviews>
  317. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OgO-QY-gIk" customClass="TaskUIToolbar" customModule="O2Platform" customModuleProvider="target">
  318. <rect key="frame" x="0.0" y="672" width="414" height="44"/>
  319. <constraints>
  320. <constraint firstAttribute="height" constant="44" id="LtS-Sc-xzt"/>
  321. </constraints>
  322. <items>
  323. <barButtonItem systemItem="flexibleSpace" id="waW-jg-oI4"/>
  324. <barButtonItem title="提交" id="gz3-q5-3qh" customClass="TaskBarButtonItem" customModule="O2Platform" customModuleProvider="target">
  325. <connections>
  326. <action selector="submitFlowButton:" destination="Sfc-Ai-ZAp" id="Bov-hh-14c"/>
  327. </connections>
  328. </barButtonItem>
  329. <barButtonItem systemItem="flexibleSpace" id="84g-YV-uFL"/>
  330. </items>
  331. </toolbar>
  332. </subviews>
  333. <viewLayoutGuide key="safeArea" id="sbW-Wt-YzA"/>
  334. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  335. <constraints>
  336. <constraint firstItem="OgO-QY-gIk" firstAttribute="leading" secondItem="sbW-Wt-YzA" secondAttribute="leading" id="AZc-LO-oxb"/>
  337. <constraint firstItem="OgO-QY-gIk" firstAttribute="bottom" secondItem="sbW-Wt-YzA" secondAttribute="bottom" id="Ywf-uh-dH9"/>
  338. <constraint firstItem="sbW-Wt-YzA" firstAttribute="trailing" secondItem="OgO-QY-gIk" secondAttribute="trailing" id="cVW-Bc-9bW"/>
  339. </constraints>
  340. </view>
  341. <connections>
  342. <outlet property="submitButton" destination="gz3-q5-3qh" id="Yrk-qB-PaR"/>
  343. <outlet property="taskToolbar" destination="OgO-QY-gIk" id="y3n-lg-BfV"/>
  344. <segue destination="hfy-qP-h84" kind="unwind" identifier="backTodoMe" unwindAction="processBackMe:" id="Fq1-ek-CHd"/>
  345. </connections>
  346. </viewController>
  347. <placeholder placeholderIdentifier="IBFirstResponder" id="PAa-Nl-nGS" userLabel="First Responder" sceneMemberID="firstResponder"/>
  348. <exit id="hfy-qP-h84" userLabel="Exit" sceneMemberID="exit"/>
  349. </objects>
  350. <point key="canvasLocation" x="-678" y="2618"/>
  351. </scene>
  352. <!--已办处理页面-->
  353. <scene sceneID="crN-cb-oBA">
  354. <objects>
  355. <tableViewController title="已办处理页面" id="2Nb-Mq-A9F" customClass="TodoedTaskViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  356. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="klO-Tg-ZJm">
  357. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  358. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  359. <color key="backgroundColor" systemColor="groupTableViewBackgroundColor"/>
  360. <color key="separatorColor" red="0.8666666666666667" green="0.8666666666666667" blue="0.8666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  361. <prototypes>
  362. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="0.0" reuseIdentifier="todoedActionCell" rowHeight="60" id="dh0-qn-yzU" customClass="TodoedActionCell" customModule="O2Platform" customModuleProvider="target">
  363. <rect key="frame" x="0.0" y="49" width="414" height="60"/>
  364. <autoresizingMask key="autoresizingMask"/>
  365. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dh0-qn-yzU" id="UrS-UP-zep">
  366. <rect key="frame" x="0.0" y="0.0" width="414" height="60"/>
  367. <autoresizingMask key="autoresizingMask"/>
  368. <subviews>
  369. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4QR-kX-X1w">
  370. <rect key="frame" x="314" y="19" width="80" height="22"/>
  371. <color key="backgroundColor" red="0.98431372549999996" green="0.2784313725" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  372. <constraints>
  373. <constraint firstAttribute="width" constant="80" id="nuL-1A-dX3"/>
  374. </constraints>
  375. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  376. <state key="normal" title="打开">
  377. <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  378. </state>
  379. <connections>
  380. <action selector="openTodoedDoc:" destination="dh0-qn-yzU" eventType="touchUpInside" id="Rjl-2x-snZ"/>
  381. </connections>
  382. </button>
  383. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标题" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jcS-6g-eoa">
  384. <rect key="frame" x="20" y="11" width="286" height="38"/>
  385. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  386. <color key="textColor" red="0.047058823529411764" green="0.047058823529411764" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  387. <nil key="highlightedColor"/>
  388. </label>
  389. </subviews>
  390. <constraints>
  391. <constraint firstAttribute="trailingMargin" secondItem="4QR-kX-X1w" secondAttribute="trailing" id="1Sc-2r-X4g"/>
  392. <constraint firstItem="jcS-6g-eoa" firstAttribute="leading" secondItem="UrS-UP-zep" secondAttribute="leadingMargin" id="Rva-Uq-sMx"/>
  393. <constraint firstItem="4QR-kX-X1w" firstAttribute="top" secondItem="UrS-UP-zep" secondAttribute="topMargin" constant="8" id="TiT-V5-pyk"/>
  394. <constraint firstAttribute="bottomMargin" secondItem="jcS-6g-eoa" secondAttribute="bottom" id="aX7-VX-FTS"/>
  395. <constraint firstItem="jcS-6g-eoa" firstAttribute="top" secondItem="UrS-UP-zep" secondAttribute="topMargin" id="dVk-lP-uxy"/>
  396. <constraint firstItem="4QR-kX-X1w" firstAttribute="centerY" secondItem="UrS-UP-zep" secondAttribute="centerY" id="m4l-kM-vtO"/>
  397. <constraint firstItem="4QR-kX-X1w" firstAttribute="leading" secondItem="jcS-6g-eoa" secondAttribute="trailing" constant="8" symbolic="YES" id="o7A-GZ-fDK"/>
  398. </constraints>
  399. </tableViewCellContentView>
  400. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  401. <connections>
  402. <outlet property="actionButton" destination="4QR-kX-X1w" id="h0d-Yh-IkB"/>
  403. <outlet property="titleLabel" destination="jcS-6g-eoa" id="AC2-lT-RS1"/>
  404. </connections>
  405. </tableViewCell>
  406. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="todoedStatusCell" rowHeight="100" id="upI-yA-6nk" customClass="TodoedStatusCell" customModule="O2Platform" customModuleProvider="target">
  407. <rect key="frame" x="0.0" y="109" width="414" height="100"/>
  408. <autoresizingMask key="autoresizingMask"/>
  409. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="upI-yA-6nk" id="FMH-Ke-HJw">
  410. <rect key="frame" x="0.0" y="0.0" width="414" height="100"/>
  411. <autoresizingMask key="autoresizingMask"/>
  412. <subviews>
  413. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0rT-J1-BMA">
  414. <rect key="frame" x="36" y="0.0" width="2" height="100"/>
  415. <color key="backgroundColor" red="0.73333333329999995" green="0.80784313730000001" blue="0.82745098039999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  416. </view>
  417. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="todoedStatusIcon" translatesAutoresizingMaskIntoConstraints="NO" id="3Ey-5T-s87">
  418. <rect key="frame" x="29" y="25" width="16" height="10.666666666666664"/>
  419. <constraints>
  420. <constraint firstAttribute="width" constant="16" id="0v3-hp-qId"/>
  421. </constraints>
  422. </imageView>
  423. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请人 -&gt; 核稿" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZKr-jv-hUf">
  424. <rect key="frame" x="59" y="25.000000000000004" width="164" height="15.666666666666668"/>
  425. <constraints>
  426. <constraint firstAttribute="width" constant="164" id="0av-YQ-zfd"/>
  427. </constraints>
  428. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  429. <color key="textColor" red="0.60784313725490191" green="0.60784313725490191" blue="0.60784313725490191" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  430. <nil key="highlightedColor"/>
  431. </label>
  432. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="提交于:2020-09-08 12:23:00" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cyz-8F-h4h">
  433. <rect key="frame" x="223" y="72" width="171" height="17"/>
  434. <fontDescription key="fontDescription" name="PingFangSC-Thin" family="PingFang SC" pointSize="12"/>
  435. <color key="textColor" red="0.60784313725490191" green="0.60784313725490191" blue="0.60784313725490191" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  436. <nil key="highlightedColor"/>
  437. </label>
  438. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="申请人身份" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1sJ-rz-ZFy">
  439. <rect key="frame" x="231" y="22.666666666666671" width="171" height="21"/>
  440. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
  441. <color key="textColor" systemColor="darkTextColor"/>
  442. <nil key="highlightedColor"/>
  443. </label>
  444. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="选择了【送核稿】" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zrc-o6-jGO">
  445. <rect key="frame" x="59" y="51" width="161" height="21"/>
  446. <constraints>
  447. <constraint firstAttribute="height" constant="21" id="ddj-1s-uER"/>
  448. <constraint firstAttribute="width" constant="161" id="iCD-8x-Mpe"/>
  449. </constraints>
  450. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  451. <color key="textColor" red="0.98431372549019602" green="0.27843137254901962" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  452. <nil key="highlightedColor"/>
  453. </label>
  454. </subviews>
  455. <constraints>
  456. <constraint firstItem="1sJ-rz-ZFy" firstAttribute="trailing" secondItem="FMH-Ke-HJw" secondAttribute="trailingMargin" constant="8" id="1GM-sD-cLK"/>
  457. <constraint firstItem="3Ey-5T-s87" firstAttribute="top" secondItem="FMH-Ke-HJw" secondAttribute="topMargin" constant="14" id="AK1-r8-HqO"/>
  458. <constraint firstAttribute="bottomMargin" secondItem="zrc-o6-jGO" secondAttribute="bottom" constant="17" id="AwQ-o8-1Zc"/>
  459. <constraint firstAttribute="bottomMargin" secondItem="cyz-8F-h4h" secondAttribute="bottom" id="CF9-SN-4fk"/>
  460. <constraint firstItem="0rT-J1-BMA" firstAttribute="centerY" secondItem="FMH-Ke-HJw" secondAttribute="centerY" id="DRR-FG-H8r"/>
  461. <constraint firstItem="ZKr-jv-hUf" firstAttribute="leading" secondItem="0rT-J1-BMA" secondAttribute="trailing" constant="21" id="ObS-pD-6ss"/>
  462. <constraint firstItem="1sJ-rz-ZFy" firstAttribute="leading" secondItem="ZKr-jv-hUf" secondAttribute="trailing" constant="8" symbolic="YES" id="PWz-BD-CUF"/>
  463. <constraint firstAttribute="trailingMargin" secondItem="cyz-8F-h4h" secondAttribute="trailing" id="Wb8-kc-NPI"/>
  464. <constraint firstItem="1sJ-rz-ZFy" firstAttribute="firstBaseline" secondItem="ZKr-jv-hUf" secondAttribute="firstBaseline" id="YGd-os-HK4"/>
  465. <constraint firstItem="0rT-J1-BMA" firstAttribute="centerX" secondItem="3Ey-5T-s87" secondAttribute="centerX" id="b5E-eH-NRs"/>
  466. <constraint firstItem="ZKr-jv-hUf" firstAttribute="leading" secondItem="3Ey-5T-s87" secondAttribute="trailing" constant="14" id="bnX-bd-Hkh"/>
  467. <constraint firstAttribute="bottomMargin" secondItem="3Ey-5T-s87" secondAttribute="bottom" constant="53.5" id="eF4-lo-6NE"/>
  468. <constraint firstItem="cyz-8F-h4h" firstAttribute="leading" secondItem="zrc-o6-jGO" secondAttribute="trailing" constant="32" id="jff-ld-CUs"/>
  469. <constraint firstAttribute="bottomMargin" secondItem="ZKr-jv-hUf" secondAttribute="bottom" constant="48.5" id="mkv-jE-3PC"/>
  470. <constraint firstItem="3Ey-5T-s87" firstAttribute="top" secondItem="ZKr-jv-hUf" secondAttribute="top" id="n7P-R7-wjy"/>
  471. <constraint firstItem="zrc-o6-jGO" firstAttribute="leading" secondItem="ZKr-jv-hUf" secondAttribute="leading" id="tao-3Q-I1s"/>
  472. <constraint firstItem="0rT-J1-BMA" firstAttribute="top" secondItem="FMH-Ke-HJw" secondAttribute="top" id="u6Z-ov-7cF"/>
  473. <constraint firstItem="3Ey-5T-s87" firstAttribute="leading" secondItem="FMH-Ke-HJw" secondAttribute="leadingMargin" constant="9" id="z0H-ba-Zj0"/>
  474. </constraints>
  475. <variation key="default">
  476. <mask key="constraints">
  477. <exclude reference="jff-ld-CUs"/>
  478. </mask>
  479. </variation>
  480. </tableViewCellContentView>
  481. <inset key="separatorInset" minX="40" minY="0.0" maxX="0.0" maxY="0.0"/>
  482. <connections>
  483. <outlet property="activityLabel" destination="ZKr-jv-hUf" id="hnc-Wn-FxI"/>
  484. <outlet property="identityLabel" destination="1sJ-rz-ZFy" id="mgW-XL-XuD"/>
  485. <outlet property="statusLabel" destination="zrc-o6-jGO" id="E4E-1O-4AS"/>
  486. <outlet property="timeLabel" destination="cyz-8F-h4h" id="yOd-Fk-RsI"/>
  487. </connections>
  488. </tableViewCell>
  489. </prototypes>
  490. <connections>
  491. <outlet property="dataSource" destination="2Nb-Mq-A9F" id="aTp-gx-VFa"/>
  492. <outlet property="delegate" destination="2Nb-Mq-A9F" id="nrG-Jp-Erf"/>
  493. </connections>
  494. </tableView>
  495. <connections>
  496. <segue destination="PCj-XB-9aF" kind="show" identifier="showTodoedWork" id="9TQ-Eb-h06"/>
  497. </connections>
  498. </tableViewController>
  499. <placeholder placeholderIdentifier="IBFirstResponder" id="7Nu-6l-TKM" userLabel="First Responder" sceneMemberID="firstResponder"/>
  500. </objects>
  501. <point key="canvasLocation" x="730.43478260869574" y="1859.5108695652175"/>
  502. </scene>
  503. <!--工作任务列表界面-->
  504. <scene sceneID="8MY-nj-psY">
  505. <objects>
  506. <tableViewController restorationIdentifier="todoTask" storyboardIdentifier="todoTask" title="工作任务列表界面" hidesBottomBarWhenPushed="YES" id="1VT-mT-wvg" customClass="TodoTaskViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  507. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="70" sectionHeaderHeight="1" sectionFooterHeight="1" id="SzG-zL-kfd" customClass="ZLBaseTableView" customModule="O2Platform" customModuleProvider="target">
  508. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  509. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  510. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  511. <prototypes>
  512. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="TodoTaskTableViewCell" rowHeight="70" id="wLO-f2-jz3" customClass="TodoTaskTableViewCell" customModule="O2Platform" customModuleProvider="target">
  513. <rect key="frame" x="0.0" y="44.666666030883789" width="414" height="70"/>
  514. <autoresizingMask key="autoresizingMask"/>
  515. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="wLO-f2-jz3" id="3D0-U7-9Ot">
  516. <rect key="frame" x="0.0" y="0.0" width="414" height="70"/>
  517. <autoresizingMask key="autoresizingMask"/>
  518. <subviews>
  519. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="我的报销单" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cNB-vb-QcB">
  520. <rect key="frame" x="60" y="8" width="334" height="20"/>
  521. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  522. <color key="textColor" red="0.070588235294117646" green="0.070588235294117646" blue="0.070588235294117646" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  523. <nil key="highlightedColor"/>
  524. </label>
  525. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="El2-Gs-GuT">
  526. <rect key="frame" x="12" y="23" width="24" height="24"/>
  527. <constraints>
  528. <constraint firstAttribute="height" constant="24" id="dCK-xO-15s"/>
  529. <constraint firstAttribute="width" constant="24" id="e2w-ZX-1pG"/>
  530. </constraints>
  531. </imageView>
  532. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2015.10.10 10:27" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4Sc-3D-x8m">
  533. <rect key="frame" x="293" y="41" width="89" height="17"/>
  534. <fontDescription key="fontDescription" name="PingFangSC-Thin" family="PingFang SC" pointSize="12"/>
  535. <color key="textColor" red="0.73333333333333328" green="0.80784313725490198" blue="0.82745098039215681" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  536. <nil key="highlightedColor"/>
  537. </label>
  538. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="核稿" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dXO-41-4yT">
  539. <rect key="frame" x="60" y="41" width="24" height="17"/>
  540. <fontDescription key="fontDescription" name="PingFangSC-Thin" family="PingFang SC" pointSize="12"/>
  541. <color key="textColor" red="0.60784313725490191" green="0.60784313725490191" blue="0.60784313725490191" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  542. <nil key="highlightedColor"/>
  543. </label>
  544. </subviews>
  545. <constraints>
  546. <constraint firstItem="El2-Gs-GuT" firstAttribute="leading" secondItem="3D0-U7-9Ot" secondAttribute="leading" constant="12" id="RkS-cN-bqt"/>
  547. <constraint firstAttribute="trailingMargin" secondItem="4Sc-3D-x8m" secondAttribute="trailing" constant="12" id="Swx-yV-Uua"/>
  548. <constraint firstItem="cNB-vb-QcB" firstAttribute="top" secondItem="3D0-U7-9Ot" secondAttribute="top" constant="8" id="XMp-E3-YOU"/>
  549. <constraint firstAttribute="bottom" secondItem="4Sc-3D-x8m" secondAttribute="bottom" constant="12" id="eT6-gu-ONE"/>
  550. <constraint firstItem="El2-Gs-GuT" firstAttribute="centerY" secondItem="3D0-U7-9Ot" secondAttribute="centerY" id="jsT-PR-OTY"/>
  551. <constraint firstItem="cNB-vb-QcB" firstAttribute="leading" secondItem="dXO-41-4yT" secondAttribute="leading" id="kr1-dv-RFg"/>
  552. <constraint firstAttribute="bottom" secondItem="dXO-41-4yT" secondAttribute="bottom" constant="12" id="n8y-9k-s8g"/>
  553. <constraint firstItem="cNB-vb-QcB" firstAttribute="trailing" secondItem="3D0-U7-9Ot" secondAttribute="trailingMargin" id="sld-rx-UmN"/>
  554. <constraint firstItem="cNB-vb-QcB" firstAttribute="leading" secondItem="El2-Gs-GuT" secondAttribute="trailing" constant="24" id="v8r-wZ-ciT"/>
  555. </constraints>
  556. </tableViewCellContentView>
  557. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  558. <connections>
  559. <outlet property="statusLabel" destination="dXO-41-4yT" id="Tqx-Ch-9nR"/>
  560. <outlet property="timeLabel" destination="4Sc-3D-x8m" id="W70-YT-9lH"/>
  561. <outlet property="titleLabel" destination="cNB-vb-QcB" id="i69-As-Rzc"/>
  562. <outlet property="todoIconImageView" destination="El2-Gs-GuT" id="s2j-e4-qfe"/>
  563. </connections>
  564. </tableViewCell>
  565. </prototypes>
  566. <connections>
  567. <outlet property="dataSource" destination="1VT-mT-wvg" id="Irm-Jd-8QM"/>
  568. <outlet property="delegate" destination="1VT-mT-wvg" id="Vfz-jK-Df4"/>
  569. </connections>
  570. </tableView>
  571. <connections>
  572. <segue destination="PCj-XB-9aF" kind="show" identifier="showTodoDetailSegue" id="QJV-sf-Oi5"/>
  573. <segue destination="2Nb-Mq-A9F" kind="show" identifier="showTodoedDetailSegue" id="o3A-3d-JSC"/>
  574. </connections>
  575. </tableViewController>
  576. <placeholder placeholderIdentifier="IBFirstResponder" id="ZnS-i4-ZpH" userLabel="First Responder" sceneMemberID="firstResponder"/>
  577. </objects>
  578. <point key="canvasLocation" x="383" y="949"/>
  579. </scene>
  580. <!--发起界面-->
  581. <scene sceneID="AIb-wg-dcu">
  582. <objects>
  583. <viewController title="发起界面" id="WbW-7g-if6" customClass="TaskCreateViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  584. <view key="view" contentMode="scaleToFill" id="CFQ-mc-UDD">
  585. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  586. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  587. <viewLayoutGuide key="safeArea" id="iQj-Zk-TIa"/>
  588. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  589. </view>
  590. <connections>
  591. <segue destination="OmA-pM-4sR" kind="unwind" identifier="newToBackMainSegue" unwindAction="unBackAppsForMain:" id="cQt-RA-ACO"/>
  592. </connections>
  593. </viewController>
  594. <placeholder placeholderIdentifier="IBFirstResponder" id="LzE-xB-77L" userLabel="First Responder" sceneMemberID="firstResponder"/>
  595. <exit id="OmA-pM-4sR" userLabel="Exit" sceneMemberID="exit"/>
  596. </objects>
  597. <point key="canvasLocation" x="1880" y="1008"/>
  598. </scene>
  599. <!--主菜单-->
  600. <scene sceneID="rmd-oi-WOV">
  601. <objects>
  602. <tableViewController storyboardIdentifier="mainMenu" title="主菜单" id="iqG-HN-MXd" customClass="ZoneMainCategoryViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  603. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="50" sectionHeaderHeight="28" sectionFooterHeight="28" id="m1N-An-IVU">
  604. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  605. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  606. <color key="backgroundColor" red="0.98039215686274506" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="calibratedRGB"/>
  607. <color key="separatorColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  608. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  609. <prototypes>
  610. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" indentationWidth="10" reuseIdentifier="ZoneMainCategoryTableViewCell" focusStyle="custom" id="6v7-AE-Kng" customClass="ZoneMainCategoryTableViewCell" customModule="O2Platform" customModuleProvider="target">
  611. <rect key="frame" x="0.0" y="44.666666030883789" width="414" height="50"/>
  612. <autoresizingMask key="autoresizingMask"/>
  613. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6v7-AE-Kng" id="n1h-VE-hxv">
  614. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  615. <autoresizingMask key="autoresizingMask"/>
  616. <subviews>
  617. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_daiban" translatesAutoresizingMaskIntoConstraints="NO" id="jgu-Xz-Ycy">
  618. <rect key="frame" x="20" y="12" width="30" height="26"/>
  619. <constraints>
  620. <constraint firstAttribute="width" constant="30" id="aFV-zS-CN3"/>
  621. </constraints>
  622. </imageView>
  623. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="全部" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WdK-jS-ZrS">
  624. <rect key="frame" x="58" y="11" width="336" height="28"/>
  625. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="14"/>
  626. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  627. <nil key="highlightedColor"/>
  628. </label>
  629. </subviews>
  630. <constraints>
  631. <constraint firstItem="WdK-jS-ZrS" firstAttribute="trailing" secondItem="n1h-VE-hxv" secondAttribute="trailingMargin" id="1fv-IX-Qba"/>
  632. <constraint firstItem="WdK-jS-ZrS" firstAttribute="top" secondItem="n1h-VE-hxv" secondAttribute="topMargin" id="4Gc-54-rux"/>
  633. <constraint firstItem="jgu-Xz-Ycy" firstAttribute="centerY" secondItem="n1h-VE-hxv" secondAttribute="centerY" id="HUc-fA-i47"/>
  634. <constraint firstItem="jgu-Xz-Ycy" firstAttribute="leading" secondItem="n1h-VE-hxv" secondAttribute="leadingMargin" id="Pab-05-l2b"/>
  635. <constraint firstItem="WdK-jS-ZrS" firstAttribute="centerY" secondItem="n1h-VE-hxv" secondAttribute="centerY" id="kUA-9F-Iki"/>
  636. <constraint firstItem="WdK-jS-ZrS" firstAttribute="leading" secondItem="jgu-Xz-Ycy" secondAttribute="trailing" constant="8" symbolic="YES" id="qcX-dm-Sc2"/>
  637. <constraint firstItem="jgu-Xz-Ycy" firstAttribute="top" secondItem="n1h-VE-hxv" secondAttribute="topMargin" constant="1" id="w5b-p0-hCf"/>
  638. </constraints>
  639. </tableViewCellContentView>
  640. <color key="backgroundColor" red="0.98039215690000003" green="0.96078431369999995" blue="0.96078431369999995" alpha="1" colorSpace="calibratedRGB"/>
  641. <connections>
  642. <outlet property="appIconImageView" destination="jgu-Xz-Ycy" id="0QF-HE-6xq"/>
  643. <outlet property="appNameLabel" destination="WdK-jS-ZrS" id="6Ou-2n-CfG"/>
  644. </connections>
  645. </tableViewCell>
  646. </prototypes>
  647. <connections>
  648. <outlet property="dataSource" destination="iqG-HN-MXd" id="NSR-f6-j7G"/>
  649. <outlet property="delegate" destination="iqG-HN-MXd" id="rUw-fP-Qfg"/>
  650. </connections>
  651. </tableView>
  652. </tableViewController>
  653. <placeholder placeholderIdentifier="IBFirstResponder" id="Y7r-d0-msI" userLabel="First Responder" sceneMemberID="firstResponder"/>
  654. </objects>
  655. <point key="canvasLocation" x="3075" y="-347"/>
  656. </scene>
  657. <!--子菜单-->
  658. <scene sceneID="iwe-dY-UyX">
  659. <objects>
  660. <tableViewController storyboardIdentifier="subMenu" title="子菜单" useStoryboardIdentifierAsRestorationIdentifier="YES" id="fOX-FR-44w" customClass="ZoneSubCategoryViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  661. <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="50" sectionHeaderHeight="28" sectionFooterHeight="28" id="hNQ-Gu-Umy">
  662. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  663. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  664. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  665. <inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  666. <prototypes>
  667. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="ZoneSubCategoryTableViewCell" id="dZa-XQ-nqt" customClass="ZoneSubCategoryTableViewCell" customModule="O2Platform" customModuleProvider="target">
  668. <rect key="frame" x="0.0" y="44.666666030883789" width="414" height="50"/>
  669. <autoresizingMask key="autoresizingMask"/>
  670. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dZa-XQ-nqt" id="lkT-PO-rBt">
  671. <rect key="frame" x="0.0" y="0.0" width="414" height="50"/>
  672. <autoresizingMask key="autoresizingMask"/>
  673. <subviews>
  674. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="人事费用支出审批流程" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6lX-Mt-sj0">
  675. <rect key="frame" x="20" y="17" width="374" height="16"/>
  676. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
  677. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  678. <nil key="highlightedColor"/>
  679. </label>
  680. </subviews>
  681. <constraints>
  682. <constraint firstItem="6lX-Mt-sj0" firstAttribute="leading" secondItem="lkT-PO-rBt" secondAttribute="leadingMargin" id="bkW-t5-PpA"/>
  683. <constraint firstAttribute="bottomMargin" secondItem="6lX-Mt-sj0" secondAttribute="bottom" constant="6" id="cTw-0J-rbB"/>
  684. <constraint firstItem="6lX-Mt-sj0" firstAttribute="top" secondItem="lkT-PO-rBt" secondAttribute="topMargin" constant="6" id="dY8-vM-fWB"/>
  685. <constraint firstItem="6lX-Mt-sj0" firstAttribute="trailing" secondItem="lkT-PO-rBt" secondAttribute="trailingMargin" id="qdp-UF-cY0"/>
  686. </constraints>
  687. </tableViewCellContentView>
  688. <connections>
  689. <outlet property="itemLabel" destination="6lX-Mt-sj0" id="vGS-LT-Yuc"/>
  690. </connections>
  691. </tableViewCell>
  692. </prototypes>
  693. <connections>
  694. <outlet property="dataSource" destination="fOX-FR-44w" id="eGG-5n-wsf"/>
  695. <outlet property="delegate" destination="fOX-FR-44w" id="hHN-6y-PIi"/>
  696. </connections>
  697. </tableView>
  698. </tableViewController>
  699. <placeholder placeholderIdentifier="IBFirstResponder" id="3je-c7-1gI" userLabel="First Responder" sceneMemberID="firstResponder"/>
  700. </objects>
  701. <point key="canvasLocation" x="3074" y="324"/>
  702. </scene>
  703. <!--邮箱-->
  704. <scene sceneID="PrG-BQ-UrC">
  705. <objects>
  706. <viewController id="uRV-rF-DTz" customClass="MailViewController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  707. <view key="view" contentMode="scaleToFill" id="bVr-W1-3Yg">
  708. <rect key="frame" x="0.0" y="0.0" width="414" height="716"/>
  709. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  710. <viewLayoutGuide key="safeArea" id="dAJ-dt-sRa"/>
  711. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  712. </view>
  713. <navigationItem key="navigationItem" title="邮箱" id="wHL-oq-LdW">
  714. <barButtonItem key="leftBarButtonItem" title="关闭" id="6AG-HD-uq1">
  715. <connections>
  716. <segue destination="aJx-hg-S6S" kind="unwind" identifier="backToApps" unwindAction="unBackAppsForApps:" id="kQG-af-Vi3"/>
  717. </connections>
  718. </barButtonItem>
  719. </navigationItem>
  720. </viewController>
  721. <placeholder placeholderIdentifier="IBFirstResponder" id="LOm-fP-Ci0" userLabel="First Responder" sceneMemberID="firstResponder"/>
  722. <exit id="aJx-hg-S6S" userLabel="Exit" sceneMemberID="exit"/>
  723. </objects>
  724. <point key="canvasLocation" x="2591" y="-1063"/>
  725. </scene>
  726. <!--Navigation Controller-->
  727. <scene sceneID="wkN-q2-oEN">
  728. <objects>
  729. <navigationController automaticallyAdjustsScrollViewInsets="NO" id="g80-nM-0Sh" customClass="ZLNavigationController" customModule="O2Platform" customModuleProvider="target" sceneMemberID="viewController">
  730. <toolbarItems/>
  731. <navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="peh-bN-eP1">
  732. <rect key="frame" x="0.0" y="0.0" width="414" height="56"/>
  733. <autoresizingMask key="autoresizingMask"/>
  734. </navigationBar>
  735. <nil name="viewControllers"/>
  736. <connections>
  737. <segue destination="uRV-rF-DTz" kind="relationship" relationship="rootViewController" id="zTp-UJ-sz8"/>
  738. </connections>
  739. </navigationController>
  740. <placeholder placeholderIdentifier="IBFirstResponder" id="G55-As-Ghx" userLabel="First Responder" sceneMemberID="firstResponder"/>
  741. </objects>
  742. <point key="canvasLocation" x="1741" y="-1051"/>
  743. </scene>
  744. </scenes>
  745. <inferredMetricsTieBreakers>
  746. <segue reference="QJV-sf-Oi5"/>
  747. </inferredMetricsTieBreakers>
  748. <resources>
  749. <image name="icon_daiban" width="38" height="38"/>
  750. <image name="icon_sousuo" width="22" height="22"/>
  751. <image name="menu_scan_qrcode" width="16" height="16"/>
  752. <image name="todoedStatusIcon" width="32" height="32"/>
  753. <systemColor name="darkTextColor">
  754. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  755. </systemColor>
  756. <systemColor name="groupTableViewBackgroundColor">
  757. <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  758. </systemColor>
  759. <systemColor name="systemBackgroundColor">
  760. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  761. </systemColor>
  762. </resources>
  763. </document>