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.

HygrothermographVC.xib 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
  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="HygrothermographVC">
  13. <connections>
  14. <outlet property="bleStatusLabel" destination="VwK-CG-OF6" id="EY5-XX-CAi"/>
  15. <outlet property="logTextView" destination="GHh-c0-Wjg" id="xxs-jf-pcz"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="bleStatus" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VwK-CG-OF6">
  25. <rect key="frame" x="171" y="56" width="72" height="20.5"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8z3-vr-ygd" userLabel="function View">
  31. <rect key="frame" x="0.0" y="76.5" width="414" height="285.5"/>
  32. <subviews>
  33. <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="U10-eG-SAM">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="285.5"/>
  35. <subviews>
  36. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mSN-7W-Qrz">
  37. <rect key="frame" x="0.0" y="0.0" width="414" height="200"/>
  38. <subviews>
  39. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="NGc-b4-0nY">
  40. <rect key="frame" x="0.0" y="0.0" width="414" height="200"/>
  41. <subviews>
  42. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rXQ-CP-ESp">
  43. <rect key="frame" x="8" y="8" width="93.5" height="35"/>
  44. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  45. <state key="normal" title="Button"/>
  46. <buttonConfiguration key="configuration" style="filled" title="获取状态"/>
  47. <connections>
  48. <action selector="getDevStateAction:" destination="-1" eventType="touchUpInside" id="QPL-e7-DVe"/>
  49. </connections>
  50. </button>
  51. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ihZ-N4-8OS">
  52. <rect key="frame" x="109.5" y="8" width="93.5" height="35"/>
  53. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  54. <state key="normal" title="Button"/>
  55. <buttonConfiguration key="configuration" style="filled" title="历史记录"/>
  56. <connections>
  57. <action selector="getDevHisDataAction:" destination="-1" eventType="touchUpInside" id="Jru-nr-M0j"/>
  58. </connections>
  59. </button>
  60. </subviews>
  61. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="200" id="2Si-L8-xuy"/>
  64. <constraint firstItem="ihZ-N4-8OS" firstAttribute="top" secondItem="NGc-b4-0nY" secondAttribute="top" constant="8" id="FGG-iR-Eho"/>
  65. <constraint firstItem="rXQ-CP-ESp" firstAttribute="leading" secondItem="NGc-b4-0nY" secondAttribute="leading" constant="8" id="YGz-dq-sxI"/>
  66. <constraint firstItem="ihZ-N4-8OS" firstAttribute="leading" secondItem="rXQ-CP-ESp" secondAttribute="trailing" constant="8" id="jVR-Et-HJP"/>
  67. <constraint firstItem="rXQ-CP-ESp" firstAttribute="top" secondItem="NGc-b4-0nY" secondAttribute="top" constant="8" id="s1S-0R-2qx"/>
  68. </constraints>
  69. </view>
  70. </subviews>
  71. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  72. <constraints>
  73. <constraint firstAttribute="trailing" secondItem="NGc-b4-0nY" secondAttribute="trailing" id="ITL-E7-gcs"/>
  74. <constraint firstItem="NGc-b4-0nY" firstAttribute="leading" secondItem="mSN-7W-Qrz" secondAttribute="leading" id="TI7-8S-nBa"/>
  75. <constraint firstAttribute="bottom" secondItem="NGc-b4-0nY" secondAttribute="bottom" id="de7-8H-oe7"/>
  76. <constraint firstItem="NGc-b4-0nY" firstAttribute="top" secondItem="mSN-7W-Qrz" secondAttribute="top" id="ocn-8d-8xz"/>
  77. </constraints>
  78. </view>
  79. </subviews>
  80. <constraints>
  81. <constraint firstItem="mSN-7W-Qrz" firstAttribute="leading" secondItem="aZs-kl-ZHf" secondAttribute="leading" id="7tJ-GX-DNs"/>
  82. <constraint firstItem="mSN-7W-Qrz" firstAttribute="bottom" secondItem="aZs-kl-ZHf" secondAttribute="bottom" id="Gs6-U2-hhM"/>
  83. <constraint firstItem="mSN-7W-Qrz" firstAttribute="top" secondItem="aZs-kl-ZHf" secondAttribute="top" id="aZY-4I-yXu"/>
  84. <constraint firstItem="mSN-7W-Qrz" firstAttribute="width" secondItem="wX6-lP-c3p" secondAttribute="width" id="abk-Nw-HNF"/>
  85. <constraint firstItem="mSN-7W-Qrz" firstAttribute="trailing" secondItem="aZs-kl-ZHf" secondAttribute="trailing" id="phZ-AJ-avA"/>
  86. </constraints>
  87. <viewLayoutGuide key="contentLayoutGuide" id="aZs-kl-ZHf"/>
  88. <viewLayoutGuide key="frameLayoutGuide" id="wX6-lP-c3p"/>
  89. </scrollView>
  90. </subviews>
  91. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  92. <constraints>
  93. <constraint firstItem="U10-eG-SAM" firstAttribute="top" secondItem="8z3-vr-ygd" secondAttribute="top" id="S9W-Iq-00r"/>
  94. <constraint firstItem="U10-eG-SAM" firstAttribute="leading" secondItem="8z3-vr-ygd" secondAttribute="leading" id="Xuh-Ie-dvi"/>
  95. <constraint firstAttribute="bottom" secondItem="U10-eG-SAM" secondAttribute="bottom" id="dfh-bo-OHl"/>
  96. <constraint firstAttribute="trailing" secondItem="U10-eG-SAM" secondAttribute="trailing" id="pGu-ep-cNI"/>
  97. </constraints>
  98. </view>
  99. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Yl9-ZE-Kry" userLabel="log View">
  100. <rect key="frame" x="0.0" y="362" width="414" height="500"/>
  101. <subviews>
  102. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3Gu-jE-2jb">
  103. <rect key="frame" x="375" y="8" width="31" height="30"/>
  104. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  105. <state key="normal" title="分享"/>
  106. <connections>
  107. <action selector="shareLogAction:" destination="-1" eventType="touchUpInside" id="OfN-G4-xzl"/>
  108. </connections>
  109. </button>
  110. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KP0-Ot-okp">
  111. <rect key="frame" x="8" y="8" width="31" height="30"/>
  112. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  113. <state key="normal" title="清空"/>
  114. <connections>
  115. <action selector="clearAction:" destination="-1" eventType="touchUpInside" id="1EJ-AL-hPN"/>
  116. </connections>
  117. </button>
  118. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uuF-Pb-896">
  119. <rect key="frame" x="8" y="40" width="398" height="460"/>
  120. <subviews>
  121. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" indicatorStyle="white" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GHh-c0-Wjg">
  122. <rect key="frame" x="0.0" y="0.0" width="398" height="460"/>
  123. <color key="backgroundColor" systemColor="labelColor"/>
  124. <color key="textColor" systemColor="opaqueSeparatorColor"/>
  125. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
  126. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  127. </textView>
  128. </subviews>
  129. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  130. <constraints>
  131. <constraint firstAttribute="trailing" secondItem="GHh-c0-Wjg" secondAttribute="trailing" id="5GX-ku-ALY"/>
  132. <constraint firstItem="GHh-c0-Wjg" firstAttribute="top" secondItem="uuF-Pb-896" secondAttribute="top" id="ImL-ya-rrZ"/>
  133. <constraint firstItem="GHh-c0-Wjg" firstAttribute="leading" secondItem="uuF-Pb-896" secondAttribute="leading" id="TGU-Uo-xyG"/>
  134. <constraint firstAttribute="bottom" secondItem="GHh-c0-Wjg" secondAttribute="bottom" id="wSu-a4-VlU"/>
  135. </constraints>
  136. <userDefinedRuntimeAttributes>
  137. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  138. <real key="value" value="8"/>
  139. </userDefinedRuntimeAttribute>
  140. </userDefinedRuntimeAttributes>
  141. </view>
  142. </subviews>
  143. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  144. <constraints>
  145. <constraint firstItem="3Gu-jE-2jb" firstAttribute="top" secondItem="Yl9-ZE-Kry" secondAttribute="top" constant="8" id="35c-rh-qK1"/>
  146. <constraint firstItem="uuF-Pb-896" firstAttribute="top" secondItem="Yl9-ZE-Kry" secondAttribute="top" constant="40" id="K4g-O6-yhA"/>
  147. <constraint firstAttribute="trailing" secondItem="uuF-Pb-896" secondAttribute="trailing" constant="8" id="Vzh-JM-ZmP"/>
  148. <constraint firstItem="uuF-Pb-896" firstAttribute="leading" secondItem="Yl9-ZE-Kry" secondAttribute="leading" constant="8" id="WWk-ml-mVT"/>
  149. <constraint firstItem="KP0-Ot-okp" firstAttribute="leading" secondItem="Yl9-ZE-Kry" secondAttribute="leading" constant="8" id="XM1-ox-R8U"/>
  150. <constraint firstItem="KP0-Ot-okp" firstAttribute="top" secondItem="Yl9-ZE-Kry" secondAttribute="top" constant="8" id="a7e-N1-xYn"/>
  151. <constraint firstAttribute="bottom" secondItem="uuF-Pb-896" secondAttribute="bottom" id="aqN-yF-Gy7"/>
  152. <constraint firstAttribute="trailing" secondItem="3Gu-jE-2jb" secondAttribute="trailing" constant="8" id="mvs-ec-Zo8"/>
  153. <constraint firstAttribute="height" constant="500" id="t8y-fG-jGh"/>
  154. </constraints>
  155. </view>
  156. </subviews>
  157. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  158. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  159. <constraints>
  160. <constraint firstItem="8z3-vr-ygd" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="52b-xf-auY"/>
  161. <constraint firstItem="VwK-CG-OF6" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="8" id="E4P-7k-NF0"/>
  162. <constraint firstItem="Yl9-ZE-Kry" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="QQb-Uq-bn9"/>
  163. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="Yl9-ZE-Kry" secondAttribute="bottom" id="Rxg-wZ-5R0"/>
  164. <constraint firstItem="VwK-CG-OF6" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="VR9-ll-PVV"/>
  165. <constraint firstItem="8z3-vr-ygd" firstAttribute="top" secondItem="VwK-CG-OF6" secondAttribute="bottom" id="bd5-qo-9la"/>
  166. <constraint firstItem="Yl9-ZE-Kry" firstAttribute="top" secondItem="8z3-vr-ygd" secondAttribute="bottom" id="gUC-Q1-aih"/>
  167. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="8z3-vr-ygd" secondAttribute="trailing" id="oYg-QB-UYJ"/>
  168. <constraint firstItem="Yl9-ZE-Kry" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="vch-Xs-qPf"/>
  169. </constraints>
  170. <point key="canvasLocation" x="97.101449275362327" y="20.758928571428569"/>
  171. </view>
  172. </objects>
  173. <resources>
  174. <systemColor name="labelColor">
  175. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  176. </systemColor>
  177. <systemColor name="opaqueSeparatorColor">
  178. <color red="0.77647058820000003" green="0.77647058820000003" blue="0.7843137255" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  179. </systemColor>
  180. <systemColor name="systemBackgroundColor">
  181. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  182. </systemColor>
  183. </resources>
  184. </document>