iOS AILinkBleSDK - 蓝牙SDK
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

MultipleMeatProbeBoxVC.xib 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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_12" 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="MultipleMeatProbeBoxVC">
  13. <connections>
  14. <outlet property="bleStatusLabel" destination="avL-mp-uk3" id="FYb-Yh-SLT"/>
  15. <outlet property="logTextView" destination="E0x-Fa-KTj" id="N8a-h2-SB1"/>
  16. <outlet property="view" destination="x2W-jW-2kg" id="rLz-wJ-z8g"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="x2W-jW-2kg">
  21. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Stauts" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="avL-mp-uk3">
  25. <rect key="frame" x="0.0" y="59" width="393" height="21"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vOk-FU-BQ9">
  31. <rect key="frame" x="8" y="380" width="377" height="438"/>
  32. <subviews>
  33. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" indicatorStyle="white" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="E0x-Fa-KTj">
  34. <rect key="frame" x="0.0" y="0.0" width="377" height="438"/>
  35. <color key="backgroundColor" systemColor="labelColor"/>
  36. <color key="textColor" systemColor="opaqueSeparatorColor"/>
  37. <fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="10"/>
  38. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  39. </textView>
  40. </subviews>
  41. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  42. <constraints>
  43. <constraint firstAttribute="bottom" secondItem="E0x-Fa-KTj" secondAttribute="bottom" id="BHm-cI-1oG"/>
  44. <constraint firstItem="E0x-Fa-KTj" firstAttribute="leading" secondItem="vOk-FU-BQ9" secondAttribute="leading" id="KII-WE-P1m"/>
  45. <constraint firstAttribute="trailing" secondItem="E0x-Fa-KTj" secondAttribute="trailing" id="nXv-F2-TLg"/>
  46. <constraint firstItem="E0x-Fa-KTj" firstAttribute="top" secondItem="vOk-FU-BQ9" secondAttribute="top" id="uJZ-ST-1Ce"/>
  47. </constraints>
  48. <userDefinedRuntimeAttributes>
  49. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  50. <real key="value" value="8"/>
  51. </userDefinedRuntimeAttribute>
  52. </userDefinedRuntimeAttributes>
  53. </view>
  54. <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="e5p-j3-6VG">
  55. <rect key="frame" x="354" y="342" width="31" height="30"/>
  56. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  57. <state key="normal" title="分享"/>
  58. <connections>
  59. <action selector="shareLogAction:" destination="-1" eventType="touchUpInside" id="8YU-6o-y8q"/>
  60. </connections>
  61. </button>
  62. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FoH-SE-VcD">
  63. <rect key="frame" x="8" y="342" width="31" height="30"/>
  64. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  65. <state key="normal" title="清空"/>
  66. <connections>
  67. <action selector="clearAction:" destination="-1" eventType="touchUpInside" id="sBW-gD-CZ4"/>
  68. </connections>
  69. </button>
  70. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="d8W-4g-bv9">
  71. <rect key="frame" x="16" y="96" width="128" height="35"/>
  72. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  73. <state key="normal" title="Button"/>
  74. <buttonConfiguration key="configuration" style="filled" title="请求烧烤参数"/>
  75. <connections>
  76. <action selector="requestParamsAction:" destination="-1" eventType="touchUpInside" id="zbL-Pf-OOz"/>
  77. </connections>
  78. </button>
  79. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RUX-kg-vMY">
  80. <rect key="frame" x="176" y="96" width="128" height="35"/>
  81. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  82. <state key="normal" title="Button"/>
  83. <buttonConfiguration key="configuration" style="filled" title="设置烧烤参数"/>
  84. <connections>
  85. <action selector="setupParamsAction:" destination="-1" eventType="touchUpInside" id="acG-k5-idT"/>
  86. </connections>
  87. </button>
  88. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dXn-E2-KcZ">
  89. <rect key="frame" x="16" y="147" width="93.333333333333329" height="35"/>
  90. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  91. <state key="normal" title="Button"/>
  92. <buttonConfiguration key="configuration" style="filled" title="单位切换"/>
  93. <connections>
  94. <action selector="switchUnitAction:" destination="-1" eventType="touchUpInside" id="rCn-DM-9bK"/>
  95. </connections>
  96. </button>
  97. </subviews>
  98. <viewLayoutGuide key="safeArea" id="NHq-9v-F7t"/>
  99. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  100. <constraints>
  101. <constraint firstItem="d8W-4g-bv9" firstAttribute="leading" secondItem="NHq-9v-F7t" secondAttribute="leading" constant="16" id="0mG-RC-xTr"/>
  102. <constraint firstItem="RUX-kg-vMY" firstAttribute="leading" secondItem="d8W-4g-bv9" secondAttribute="trailing" constant="32" id="4o1-mG-nyl"/>
  103. <constraint firstItem="avL-mp-uk3" firstAttribute="top" secondItem="NHq-9v-F7t" secondAttribute="top" id="65b-CM-qWc"/>
  104. <constraint firstItem="dXn-E2-KcZ" firstAttribute="leading" secondItem="d8W-4g-bv9" secondAttribute="leading" id="MnL-Ml-ELh"/>
  105. <constraint firstItem="NHq-9v-F7t" firstAttribute="bottom" secondItem="vOk-FU-BQ9" secondAttribute="bottom" id="P3H-ha-my3"/>
  106. <constraint firstItem="vOk-FU-BQ9" firstAttribute="top" secondItem="avL-mp-uk3" secondAttribute="bottom" constant="300" id="XgC-e8-meq"/>
  107. <constraint firstItem="dXn-E2-KcZ" firstAttribute="top" secondItem="d8W-4g-bv9" secondAttribute="bottom" constant="16" id="Y47-BO-ap7"/>
  108. <constraint firstItem="vOk-FU-BQ9" firstAttribute="leading" secondItem="NHq-9v-F7t" secondAttribute="leading" constant="8" id="bI5-zC-F3I"/>
  109. <constraint firstItem="RUX-kg-vMY" firstAttribute="top" secondItem="d8W-4g-bv9" secondAttribute="top" id="hGc-8d-bah"/>
  110. <constraint firstItem="avL-mp-uk3" firstAttribute="trailing" secondItem="NHq-9v-F7t" secondAttribute="trailing" id="jgI-X6-rF6"/>
  111. <constraint firstItem="FoH-SE-VcD" firstAttribute="leading" secondItem="NHq-9v-F7t" secondAttribute="leading" constant="8" id="ldB-hE-eps"/>
  112. <constraint firstItem="d8W-4g-bv9" firstAttribute="top" secondItem="avL-mp-uk3" secondAttribute="bottom" constant="16" id="mb7-bS-812"/>
  113. <constraint firstItem="vOk-FU-BQ9" firstAttribute="top" secondItem="e5p-j3-6VG" secondAttribute="bottom" constant="8" symbolic="YES" id="mlJ-Mg-6V6"/>
  114. <constraint firstItem="vOk-FU-BQ9" firstAttribute="top" secondItem="FoH-SE-VcD" secondAttribute="bottom" constant="8" symbolic="YES" id="szh-L5-bcY"/>
  115. <constraint firstItem="avL-mp-uk3" firstAttribute="leading" secondItem="NHq-9v-F7t" secondAttribute="leading" id="uaL-lJ-HX1"/>
  116. <constraint firstItem="NHq-9v-F7t" firstAttribute="trailing" secondItem="vOk-FU-BQ9" secondAttribute="trailing" constant="8" id="wtV-so-dPb"/>
  117. <constraint firstItem="NHq-9v-F7t" firstAttribute="trailing" secondItem="e5p-j3-6VG" secondAttribute="trailing" constant="8" id="z2L-Bc-1Rc"/>
  118. </constraints>
  119. <point key="canvasLocation" x="139" y="21"/>
  120. </view>
  121. </objects>
  122. <resources>
  123. <systemColor name="labelColor">
  124. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  125. </systemColor>
  126. <systemColor name="opaqueSeparatorColor">
  127. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  128. </systemColor>
  129. <systemColor name="systemBackgroundColor">
  130. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  131. </systemColor>
  132. </resources>
  133. </document>