iOS AILinkBleSDK - 蓝牙SDK
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.

ELWIFIBloodPressureVC.xib 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment version="4352" identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21679"/>
  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. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ELWIFIBloodPressureVC">
  13. <connections>
  14. <outlet property="bleStatusLabel" destination="oZm-Vw-d5J" id="Urh-Jg-TIO"/>
  15. <outlet property="logTextView" destination="Bwz-4s-ft4" id="94s-oR-Vjb"/>
  16. <outlet property="pathTexField" destination="54X-qt-4AG" id="K1i-e6-qTx"/>
  17. <outlet property="portTexField" destination="yit-et-mIS" id="SsA-6i-Ybh"/>
  18. <outlet property="tableView" destination="29h-tk-062" id="0GK-4o-yV8"/>
  19. <outlet property="urlTexField" destination="qEW-eA-90Z" id="JJe-7C-0Vo"/>
  20. <outlet property="view" destination="9c0-OE-f3B" id="U8J-mV-hbk"/>
  21. </connections>
  22. </placeholder>
  23. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="9c0-OE-f3B">
  24. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jAP-Jq-ntW">
  28. <rect key="frame" x="16" y="580" width="31" height="30"/>
  29. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  30. <state key="normal" title="清空"/>
  31. <connections>
  32. <action selector="clearAction:" destination="-1" eventType="touchUpInside" id="shH-bo-AjD"/>
  33. </connections>
  34. </button>
  35. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dF6-ID-6hg">
  36. <rect key="frame" x="346" y="580" width="31" height="30"/>
  37. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  38. <state key="normal" title="分享"/>
  39. <connections>
  40. <action selector="shareLogAction:" destination="-1" eventType="touchUpInside" id="b3u-Fz-Few"/>
  41. </connections>
  42. </button>
  43. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Stauts" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oZm-Vw-d5J">
  44. <rect key="frame" x="0.0" y="63" width="393" height="21"/>
  45. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  46. <nil key="textColor"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NlR-FO-hv7">
  50. <rect key="frame" x="8" y="618" width="377" height="200"/>
  51. <subviews>
  52. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" indicatorStyle="white" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bwz-4s-ft4">
  53. <rect key="frame" x="0.0" y="0.0" width="377" height="200"/>
  54. <color key="backgroundColor" systemColor="labelColor"/>
  55. <color key="textColor" systemColor="opaqueSeparatorColor"/>
  56. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
  57. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  58. </textView>
  59. </subviews>
  60. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  61. <constraints>
  62. <constraint firstItem="Bwz-4s-ft4" firstAttribute="top" secondItem="NlR-FO-hv7" secondAttribute="top" id="4mG-TR-hS7"/>
  63. <constraint firstAttribute="bottom" secondItem="Bwz-4s-ft4" secondAttribute="bottom" id="FFV-09-GwE"/>
  64. <constraint firstAttribute="height" constant="200" id="O63-6W-V9z"/>
  65. <constraint firstItem="Bwz-4s-ft4" firstAttribute="leading" secondItem="NlR-FO-hv7" secondAttribute="leading" id="P0I-hq-Etx"/>
  66. <constraint firstAttribute="trailing" secondItem="Bwz-4s-ft4" secondAttribute="trailing" id="Umb-ir-Zkd"/>
  67. </constraints>
  68. <userDefinedRuntimeAttributes>
  69. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  70. <real key="value" value="8"/>
  71. </userDefinedRuntimeAttribute>
  72. </userDefinedRuntimeAttributes>
  73. </view>
  74. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qJ1-lY-A1x">
  75. <rect key="frame" x="8" y="84" width="377" height="496"/>
  76. <subviews>
  77. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="D9P-H7-Map">
  78. <rect key="frame" x="0.0" y="0.0" width="377" height="700"/>
  79. <subviews>
  80. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="31J-19-s41">
  81. <rect key="frame" x="8" y="8" width="361" height="360"/>
  82. <subviews>
  83. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="29h-tk-062">
  84. <rect key="frame" x="0.0" y="0.0" width="361" height="360"/>
  85. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  86. <connections>
  87. <outlet property="dataSource" destination="-1" id="ggQ-bh-QLA"/>
  88. <outlet property="delegate" destination="-1" id="dnB-TL-dMo"/>
  89. </connections>
  90. </tableView>
  91. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mMG-sS-kXc">
  92. <rect key="frame" x="229.33333333333334" y="317" width="123.66666666666666" height="35"/>
  93. <state key="normal" title="Button"/>
  94. <buttonConfiguration key="configuration" style="filled" title="获取wifi 列表"/>
  95. <connections>
  96. <action selector="requestWifiListAction:" destination="-1" eventType="touchUpInside" id="kAf-G6-Pi8"/>
  97. </connections>
  98. </button>
  99. </subviews>
  100. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  101. <constraints>
  102. <constraint firstAttribute="height" constant="360" id="8u9-ew-SWT"/>
  103. <constraint firstAttribute="trailing" secondItem="mMG-sS-kXc" secondAttribute="trailing" constant="8" id="DhH-2G-SjA"/>
  104. <constraint firstItem="29h-tk-062" firstAttribute="leading" secondItem="31J-19-s41" secondAttribute="leading" id="RvA-4i-asg"/>
  105. <constraint firstAttribute="bottom" secondItem="29h-tk-062" secondAttribute="bottom" id="fTi-ml-ReU"/>
  106. <constraint firstAttribute="bottom" secondItem="mMG-sS-kXc" secondAttribute="bottom" constant="8" id="jRj-dV-3d6"/>
  107. <constraint firstAttribute="trailing" secondItem="29h-tk-062" secondAttribute="trailing" id="lCG-By-MxX"/>
  108. <constraint firstItem="29h-tk-062" firstAttribute="top" secondItem="31J-19-s41" secondAttribute="top" id="wL3-qe-aqD"/>
  109. </constraints>
  110. </view>
  111. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="t03-yu-cqg">
  112. <rect key="frame" x="8" y="376" width="361" height="200"/>
  113. <subviews>
  114. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="URL:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Mec-fH-uxd">
  115. <rect key="frame" x="8" y="24" width="36.666666666666664" height="21"/>
  116. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  117. <nil key="textColor"/>
  118. <nil key="highlightedColor"/>
  119. </label>
  120. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qEW-eA-90Z">
  121. <rect key="frame" x="52.666666666666657" y="17.666666666666686" width="300.33333333333337" height="34"/>
  122. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  123. <textInputTraits key="textInputTraits"/>
  124. </textField>
  125. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Port:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TV8-xg-2Rl">
  126. <rect key="frame" x="8.0000000000000036" y="69" width="49.333333333333343" height="21"/>
  127. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  128. <nil key="textColor"/>
  129. <nil key="highlightedColor"/>
  130. </label>
  131. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="yit-et-mIS">
  132. <rect key="frame" x="65.333333333333343" y="62.666666666666629" width="287.66666666666663" height="34"/>
  133. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  134. <textInputTraits key="textInputTraits"/>
  135. </textField>
  136. <textField opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="248" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="54X-qt-4AG">
  137. <rect key="frame" x="68" y="107.66666666666663" width="285" height="34"/>
  138. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  139. <textInputTraits key="textInputTraits"/>
  140. </textField>
  141. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="r1G-Pa-LaR">
  142. <rect key="frame" x="7.9999999999999964" y="157" width="58.666666666666657" height="35"/>
  143. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  144. <state key="normal" title="Button"/>
  145. <buttonConfiguration key="configuration" style="filled" title="配置"/>
  146. <connections>
  147. <action selector="setupServerInfoAcion:" destination="-1" eventType="touchUpInside" id="hKg-i4-hC4"/>
  148. </connections>
  149. </button>
  150. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Hu4-ND-jL9">
  151. <rect key="frame" x="294.33333333333331" y="157" width="58.666666666666686" height="35"/>
  152. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  153. <state key="normal" title="Button"/>
  154. <buttonConfiguration key="configuration" style="filled" title="读取"/>
  155. <connections>
  156. <action selector="requestServerInfoAcion:" destination="-1" eventType="touchUpInside" id="9sH-7O-oVc"/>
  157. </connections>
  158. </button>
  159. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Path:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jUZ-AG-RFL">
  160. <rect key="frame" x="8" y="114" width="52" height="21"/>
  161. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  162. <nil key="textColor"/>
  163. <nil key="highlightedColor"/>
  164. </label>
  165. </subviews>
  166. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  167. <constraints>
  168. <constraint firstAttribute="trailing" secondItem="Hu4-ND-jL9" secondAttribute="trailing" constant="8" id="7MZ-xz-dwV"/>
  169. <constraint firstItem="TV8-xg-2Rl" firstAttribute="top" secondItem="Mec-fH-uxd" secondAttribute="bottom" constant="24" id="Aq2-tv-HYZ"/>
  170. <constraint firstItem="Mec-fH-uxd" firstAttribute="top" secondItem="t03-yu-cqg" secondAttribute="top" constant="24" id="BIV-xf-Hfq"/>
  171. <constraint firstItem="qEW-eA-90Z" firstAttribute="leading" secondItem="Mec-fH-uxd" secondAttribute="trailing" constant="8" id="Bx8-zO-Nfq"/>
  172. <constraint firstItem="54X-qt-4AG" firstAttribute="leading" secondItem="jUZ-AG-RFL" secondAttribute="trailing" constant="8" id="CZU-eG-SQd"/>
  173. <constraint firstItem="Mec-fH-uxd" firstAttribute="leading" secondItem="t03-yu-cqg" secondAttribute="leading" constant="8" id="ClW-d0-IID"/>
  174. <constraint firstAttribute="bottom" secondItem="Hu4-ND-jL9" secondAttribute="bottom" constant="8" id="D0L-sA-LgN"/>
  175. <constraint firstAttribute="trailing" secondItem="54X-qt-4AG" secondAttribute="trailing" constant="8" id="Fav-VF-WnQ"/>
  176. <constraint firstItem="qEW-eA-90Z" firstAttribute="centerY" secondItem="Mec-fH-uxd" secondAttribute="centerY" id="HD5-LO-W1B"/>
  177. <constraint firstAttribute="bottom" secondItem="r1G-Pa-LaR" secondAttribute="bottom" constant="8" id="I4c-gG-kk7"/>
  178. <constraint firstItem="54X-qt-4AG" firstAttribute="centerY" secondItem="jUZ-AG-RFL" secondAttribute="centerY" id="J2t-rF-Qen"/>
  179. <constraint firstItem="yit-et-mIS" firstAttribute="centerY" secondItem="TV8-xg-2Rl" secondAttribute="centerY" id="JZp-UT-ceZ"/>
  180. <constraint firstItem="TV8-xg-2Rl" firstAttribute="leading" secondItem="t03-yu-cqg" secondAttribute="leading" constant="8" id="NMo-nC-T3p"/>
  181. <constraint firstItem="r1G-Pa-LaR" firstAttribute="leading" secondItem="t03-yu-cqg" secondAttribute="leading" constant="8" id="R7K-1y-jZW"/>
  182. <constraint firstAttribute="trailing" secondItem="yit-et-mIS" secondAttribute="trailing" constant="8" id="bXo-XR-uvU"/>
  183. <constraint firstAttribute="trailing" secondItem="qEW-eA-90Z" secondAttribute="trailing" constant="8" id="fTu-II-Jt5"/>
  184. <constraint firstItem="yit-et-mIS" firstAttribute="leading" secondItem="TV8-xg-2Rl" secondAttribute="trailing" constant="8" id="ou3-vt-M7k"/>
  185. <constraint firstAttribute="height" constant="200" id="uDP-93-x7c"/>
  186. <constraint firstItem="jUZ-AG-RFL" firstAttribute="top" secondItem="TV8-xg-2Rl" secondAttribute="bottom" constant="24" id="w43-3H-5c6"/>
  187. <constraint firstItem="jUZ-AG-RFL" firstAttribute="leading" secondItem="t03-yu-cqg" secondAttribute="leading" constant="8" id="yw1-mI-4IX"/>
  188. </constraints>
  189. </view>
  190. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Or7-ND-XyK">
  191. <rect key="frame" x="8" y="584" width="361" height="108"/>
  192. <subviews>
  193. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="0Vr-iT-QuB">
  194. <rect key="frame" x="8" y="8" width="93.333333333333329" height="35"/>
  195. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  196. <state key="normal" title="Button"/>
  197. <buttonConfiguration key="configuration" style="filled" title="切换单位"/>
  198. <connections>
  199. <action selector="switchUintAction:" destination="-1" eventType="touchUpInside" id="WTA-fY-LqY"/>
  200. </connections>
  201. </button>
  202. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6Nt-Z0-hPE">
  203. <rect key="frame" x="109.33333333333331" y="8" width="128" height="35"/>
  204. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  205. <state key="normal" title="Button"/>
  206. <buttonConfiguration key="configuration" style="filled" title="切换语音播报"/>
  207. <connections>
  208. <action selector="switchSpeechAtion:" destination="-1" eventType="touchUpInside" id="No5-ou-AYf"/>
  209. </connections>
  210. </button>
  211. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Xk8-z8-roi">
  212. <rect key="frame" x="109.33333333333334" y="59" width="93.333333333333343" height="35"/>
  213. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  214. <state key="normal" title="Button"/>
  215. <buttonConfiguration key="configuration" style="filled" title="停止测量"/>
  216. <connections>
  217. <action selector="stopMeasureAction:" destination="-1" eventType="touchUpInside" id="544-Zk-s6x"/>
  218. </connections>
  219. </button>
  220. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DgV-dr-yv8">
  221. <rect key="frame" x="8" y="59" width="93.333333333333329" height="35"/>
  222. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  223. <state key="normal" title="Button"/>
  224. <buttonConfiguration key="configuration" style="filled" title="开始测量"/>
  225. <connections>
  226. <action selector="startMeasureAction:" destination="-1" eventType="touchUpInside" id="7kX-En-EC0"/>
  227. </connections>
  228. </button>
  229. </subviews>
  230. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  231. <constraints>
  232. <constraint firstItem="6Nt-Z0-hPE" firstAttribute="leading" secondItem="0Vr-iT-QuB" secondAttribute="trailing" constant="8" id="690-Mf-kcl"/>
  233. <constraint firstItem="Xk8-z8-roi" firstAttribute="leading" secondItem="DgV-dr-yv8" secondAttribute="trailing" constant="8" id="7rS-QI-z1z"/>
  234. <constraint firstItem="0Vr-iT-QuB" firstAttribute="leading" secondItem="Or7-ND-XyK" secondAttribute="leading" constant="8" id="7xy-l9-G4l"/>
  235. <constraint firstItem="Xk8-z8-roi" firstAttribute="leading" secondItem="DgV-dr-yv8" secondAttribute="trailing" constant="8" id="EKs-cF-wGF"/>
  236. <constraint firstItem="DgV-dr-yv8" firstAttribute="leading" secondItem="Or7-ND-XyK" secondAttribute="leading" constant="8" id="GJN-8E-Dpd"/>
  237. <constraint firstAttribute="height" constant="108" id="QS8-L3-8uv"/>
  238. <constraint firstItem="DgV-dr-yv8" firstAttribute="top" secondItem="0Vr-iT-QuB" secondAttribute="bottom" constant="16" id="TAP-ER-p9t"/>
  239. <constraint firstItem="Xk8-z8-roi" firstAttribute="top" secondItem="6Nt-Z0-hPE" secondAttribute="bottom" constant="16" id="WTW-9s-pwH"/>
  240. <constraint firstItem="6Nt-Z0-hPE" firstAttribute="top" secondItem="Or7-ND-XyK" secondAttribute="top" constant="8" id="oJ9-I1-mlF"/>
  241. <constraint firstItem="0Vr-iT-QuB" firstAttribute="top" secondItem="Or7-ND-XyK" secondAttribute="top" constant="8" id="zAf-d1-0ZK"/>
  242. </constraints>
  243. </view>
  244. </subviews>
  245. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  246. <constraints>
  247. <constraint firstAttribute="height" constant="700" id="FFh-bL-MN7"/>
  248. <constraint firstItem="t03-yu-cqg" firstAttribute="top" secondItem="31J-19-s41" secondAttribute="bottom" constant="8" id="LY4-W7-rR5"/>
  249. <constraint firstItem="31J-19-s41" firstAttribute="leading" secondItem="D9P-H7-Map" secondAttribute="leading" constant="8" id="MY5-ZB-55q"/>
  250. <constraint firstItem="Or7-ND-XyK" firstAttribute="top" secondItem="t03-yu-cqg" secondAttribute="bottom" constant="8" id="Tm0-OO-9rU"/>
  251. <constraint firstAttribute="trailing" secondItem="t03-yu-cqg" secondAttribute="trailing" constant="8" id="UVG-Ie-g3n"/>
  252. <constraint firstItem="Or7-ND-XyK" firstAttribute="leading" secondItem="D9P-H7-Map" secondAttribute="leading" constant="8" id="etx-eZ-Iil"/>
  253. <constraint firstItem="t03-yu-cqg" firstAttribute="leading" secondItem="D9P-H7-Map" secondAttribute="leading" constant="8" id="ief-ak-rrW"/>
  254. <constraint firstAttribute="trailing" secondItem="31J-19-s41" secondAttribute="trailing" constant="8" id="jYM-NU-h4c"/>
  255. <constraint firstAttribute="trailing" secondItem="Or7-ND-XyK" secondAttribute="trailing" constant="8" id="lFk-sh-QGg"/>
  256. <constraint firstItem="31J-19-s41" firstAttribute="top" secondItem="D9P-H7-Map" secondAttribute="top" constant="8" id="sGD-jt-e0I"/>
  257. </constraints>
  258. </view>
  259. </subviews>
  260. <constraints>
  261. <constraint firstItem="D9P-H7-Map" firstAttribute="trailing" secondItem="Cau-Oz-PF4" secondAttribute="trailing" id="5K5-FG-yJp"/>
  262. <constraint firstItem="D9P-H7-Map" firstAttribute="width" secondItem="NAw-ZO-N9d" secondAttribute="width" id="MhM-7E-iEr"/>
  263. <constraint firstItem="D9P-H7-Map" firstAttribute="top" secondItem="Cau-Oz-PF4" secondAttribute="top" id="c06-Hq-uE1"/>
  264. <constraint firstItem="D9P-H7-Map" firstAttribute="leading" secondItem="Cau-Oz-PF4" secondAttribute="leading" id="mSQ-KY-a8z"/>
  265. <constraint firstItem="D9P-H7-Map" firstAttribute="bottom" secondItem="Cau-Oz-PF4" secondAttribute="bottom" id="n2O-1J-pnU"/>
  266. </constraints>
  267. <viewLayoutGuide key="contentLayoutGuide" id="Cau-Oz-PF4"/>
  268. <viewLayoutGuide key="frameLayoutGuide" id="NAw-ZO-N9d"/>
  269. </scrollView>
  270. </subviews>
  271. <viewLayoutGuide key="safeArea" id="mbr-Ru-wgu"/>
  272. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  273. <constraints>
  274. <constraint firstItem="NlR-FO-hv7" firstAttribute="top" secondItem="dF6-ID-6hg" secondAttribute="bottom" constant="8" symbolic="YES" id="3rb-6v-hz6"/>
  275. <constraint firstItem="jAP-Jq-ntW" firstAttribute="top" secondItem="qJ1-lY-A1x" secondAttribute="bottom" id="AYE-v4-CyT"/>
  276. <constraint firstItem="qJ1-lY-A1x" firstAttribute="trailing" secondItem="mbr-Ru-wgu" secondAttribute="trailing" constant="-8" id="BcC-Uy-3wH"/>
  277. <constraint firstItem="NlR-FO-hv7" firstAttribute="top" secondItem="jAP-Jq-ntW" secondAttribute="bottom" constant="8" symbolic="YES" id="Llo-BF-ygW"/>
  278. <constraint firstItem="qJ1-lY-A1x" firstAttribute="top" secondItem="oZm-Vw-d5J" secondAttribute="bottom" id="Rsi-IC-HYg"/>
  279. <constraint firstItem="oZm-Vw-d5J" firstAttribute="leading" secondItem="mbr-Ru-wgu" secondAttribute="leading" id="Tga-Rx-bJH"/>
  280. <constraint firstItem="jAP-Jq-ntW" firstAttribute="leading" secondItem="mbr-Ru-wgu" secondAttribute="leading" constant="16" id="Ty8-p3-RQe"/>
  281. <constraint firstItem="mbr-Ru-wgu" firstAttribute="trailing" secondItem="dF6-ID-6hg" secondAttribute="trailing" constant="16" id="ePv-iG-tbc"/>
  282. <constraint firstItem="NlR-FO-hv7" firstAttribute="leading" secondItem="mbr-Ru-wgu" secondAttribute="leading" constant="8" id="ln0-Zi-aZS"/>
  283. <constraint firstItem="oZm-Vw-d5J" firstAttribute="centerX" secondItem="9c0-OE-f3B" secondAttribute="centerX" id="s6o-lO-fyd"/>
  284. <constraint firstItem="mbr-Ru-wgu" firstAttribute="bottom" secondItem="NlR-FO-hv7" secondAttribute="bottom" id="sLD-Q8-kps"/>
  285. <constraint firstItem="qJ1-lY-A1x" firstAttribute="leading" secondItem="mbr-Ru-wgu" secondAttribute="leading" constant="8" id="sn3-TU-DD0"/>
  286. <constraint firstItem="mbr-Ru-wgu" firstAttribute="trailing" secondItem="oZm-Vw-d5J" secondAttribute="trailing" id="uyN-Wq-oxc"/>
  287. <constraint firstItem="oZm-Vw-d5J" firstAttribute="top" secondItem="mbr-Ru-wgu" secondAttribute="top" constant="4" id="yBT-EM-EYg"/>
  288. <constraint firstItem="mbr-Ru-wgu" firstAttribute="trailing" secondItem="NlR-FO-hv7" secondAttribute="trailing" constant="8" id="ybL-YB-NQg"/>
  289. </constraints>
  290. <point key="canvasLocation" x="52.671755725190835" y="19.718309859154932"/>
  291. </view>
  292. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  293. </objects>
  294. <resources>
  295. <systemColor name="labelColor">
  296. <color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  297. </systemColor>
  298. <systemColor name="opaqueSeparatorColor">
  299. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  300. </systemColor>
  301. <systemColor name="systemBackgroundColor">
  302. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  303. </systemColor>
  304. </resources>
  305. </document>