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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="wPb-sR-fV0">
  3. <device id="retina5_9" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment version="4352" 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. <scenes>
  12. <!--AILINK SDK-->
  13. <scene sceneID="tXY-4M-KoD">
  14. <objects>
  15. <viewController id="A5u-DW-PR7" customClass="ViewController" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="AFo-NL-Wsq">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="fIU-4K-gA2">
  21. <rect key="frame" x="0.0" y="110.33333333333331" width="375" height="701.66666666666674"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <connections>
  24. <outlet property="dataSource" destination="A5u-DW-PR7" id="QYa-NA-nPs"/>
  25. <outlet property="delegate" destination="A5u-DW-PR7" id="2hX-JM-gh9"/>
  26. </connections>
  27. </tableView>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lT1-Q6-yT4">
  29. <rect key="frame" x="32" y="88" width="311" height="14.333333333333329"/>
  30. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  31. <nil key="textColor"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <viewLayoutGuide key="safeArea" id="rMn-wi-c3g"/>
  36. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  37. <constraints>
  38. <constraint firstItem="fIU-4K-gA2" firstAttribute="top" secondItem="lT1-Q6-yT4" secondAttribute="bottom" constant="8" symbolic="YES" id="6Sc-MQ-J6q"/>
  39. <constraint firstAttribute="bottom" secondItem="fIU-4K-gA2" secondAttribute="bottom" id="WOv-3J-xI2"/>
  40. <constraint firstItem="lT1-Q6-yT4" firstAttribute="leading" secondItem="rMn-wi-c3g" secondAttribute="leading" constant="32" id="iFJ-Fd-ZsC"/>
  41. <constraint firstItem="rMn-wi-c3g" firstAttribute="trailing" secondItem="lT1-Q6-yT4" secondAttribute="trailing" constant="32" id="oka-lN-1XO"/>
  42. <constraint firstItem="rMn-wi-c3g" firstAttribute="trailing" secondItem="fIU-4K-gA2" secondAttribute="trailing" id="qxa-id-9ne"/>
  43. <constraint firstItem="fIU-4K-gA2" firstAttribute="leading" secondItem="rMn-wi-c3g" secondAttribute="leading" id="scb-6e-nxo"/>
  44. <constraint firstItem="lT1-Q6-yT4" firstAttribute="top" secondItem="rMn-wi-c3g" secondAttribute="top" id="ymp-Vi-Y6P"/>
  45. </constraints>
  46. </view>
  47. <navigationItem key="navigationItem" title="AILINK SDK" id="eAb-Vx-7cj"/>
  48. <connections>
  49. <outlet property="tableView" destination="fIU-4K-gA2" id="yoB-GV-9Hd"/>
  50. <outlet property="versionLabel" destination="lT1-Q6-yT4" id="VjR-xa-5Oj"/>
  51. </connections>
  52. </viewController>
  53. <placeholder placeholderIdentifier="IBFirstResponder" id="sA5-xG-OUt" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  54. </objects>
  55. <point key="canvasLocation" x="392.80000000000001" y="431.5270935960591"/>
  56. </scene>
  57. <!--Navigation Controller-->
  58. <scene sceneID="3QQ-kJ-jdq">
  59. <objects>
  60. <navigationController id="wPb-sR-fV0" sceneMemberID="viewController">
  61. <navigationBar key="navigationBar" contentMode="scaleToFill" id="sDd-3O-bgP">
  62. <rect key="frame" x="0.0" y="44" width="375" height="44"/>
  63. <autoresizingMask key="autoresizingMask"/>
  64. </navigationBar>
  65. <connections>
  66. <segue destination="A5u-DW-PR7" kind="relationship" relationship="rootViewController" id="mBb-v5-49n"/>
  67. </connections>
  68. </navigationController>
  69. <placeholder placeholderIdentifier="IBFirstResponder" id="Wq5-OA-41z" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
  70. </objects>
  71. <point key="canvasLocation" x="-332" y="432"/>
  72. </scene>
  73. </scenes>
  74. <resources>
  75. <systemColor name="systemBackgroundColor">
  76. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  77. </systemColor>
  78. </resources>
  79. </document>