iOS AILinkBleSDK - 蓝牙SDK
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

ELDemoScanVC.xib 5.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  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="ELDemoScanVC">
  13. <connections>
  14. <outlet property="bleStatusLabel" destination="Ybe-Ap-Q9L" id="nbT-JV-dhq"/>
  15. <outlet property="tableView" destination="guQ-UM-oLs" id="9b4-OQ-WZJ"/>
  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="未连接" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ybe-Ap-Q9L">
  25. <rect key="frame" x="181" y="48" width="52" height="24"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="24" id="J7P-vQ-HmX"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <color key="textColor" white="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="guQ-UM-oLs">
  34. <rect key="frame" x="16" y="76" width="382" height="786"/>
  35. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  36. <connections>
  37. <outlet property="dataSource" destination="-1" id="bJk-1J-HcP"/>
  38. <outlet property="delegate" destination="-1" id="j9q-p5-i9W"/>
  39. </connections>
  40. </tableView>
  41. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="PpK-TD-AgH">
  42. <rect key="frame" x="359" y="45" width="39" height="30"/>
  43. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  44. <state key="normal" title="Close"/>
  45. <connections>
  46. <action selector="closeAction:" destination="-1" eventType="touchUpInside" id="Bad-fP-LJE"/>
  47. </connections>
  48. </button>
  49. </subviews>
  50. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  51. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  52. <constraints>
  53. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="PpK-TD-AgH" secondAttribute="trailing" constant="16" id="HdE-rT-Xc2"/>
  54. <constraint firstItem="Ybe-Ap-Q9L" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="4" id="Uil-bO-taW"/>
  55. <constraint firstItem="guQ-UM-oLs" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" constant="16" id="Wsg-Ym-zrL"/>
  56. <constraint firstItem="PpK-TD-AgH" firstAttribute="centerY" secondItem="Ybe-Ap-Q9L" secondAttribute="centerY" id="g3C-U0-Psn"/>
  57. <constraint firstItem="Ybe-Ap-Q9L" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="hcz-AH-plH"/>
  58. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="guQ-UM-oLs" secondAttribute="trailing" constant="16" id="m3e-0M-cgt"/>
  59. <constraint firstItem="guQ-UM-oLs" firstAttribute="top" secondItem="Ybe-Ap-Q9L" secondAttribute="bottom" constant="4" id="tRc-oW-CER"/>
  60. <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="guQ-UM-oLs" secondAttribute="bottom" id="wbV-fW-OAh"/>
  61. </constraints>
  62. <point key="canvasLocation" x="139" y="152"/>
  63. </view>
  64. </objects>
  65. <resources>
  66. <systemColor name="systemBackgroundColor">
  67. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  68. </systemColor>
  69. </resources>
  70. </document>