ControlCenter.storyboard 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--Page View Controller-->
  13. <scene sceneID="m6z-8w-IJV">
  14. <objects>
  15. <pageViewController storyboardIdentifier="ControlCenterPageViewController" autoresizesArchivedViewToFullSize="NO" transitionStyle="scroll" navigationOrientation="horizontal" spineLocation="none" id="khw-cy-z0B" sceneMemberID="viewController"/>
  16. <placeholder placeholderIdentifier="IBFirstResponder" id="bXc-vg-quF" userLabel="First Responder" sceneMemberID="firstResponder"/>
  17. </objects>
  18. <point key="canvasLocation" x="6487" y="1218"/>
  19. </scene>
  20. <!--Control Center Activity-->
  21. <scene sceneID="9Yy-2x-V4o">
  22. <objects>
  23. <collectionViewController storyboardIdentifier="ControlCenterActivity" id="Sa9-Gr-Uug" customClass="CCControlCenterActivity" sceneMemberID="viewController">
  24. <collectionView key="view" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="cgR-Jd-WnD">
  25. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  28. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="cmY-iB-PWk">
  29. <size key="itemSize" width="50" height="50"/>
  30. <size key="headerReferenceSize" width="50" height="24"/>
  31. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  32. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  33. </collectionViewFlowLayout>
  34. <cells>
  35. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="cell" id="btw-Qo-oNg">
  36. <rect key="frame" x="0.0" y="24" width="50" height="50"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  39. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  40. <autoresizingMask key="autoresizingMask"/>
  41. <subviews>
  42. <imageView opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="x7j-w7-Sik">
  43. <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  45. </imageView>
  46. </subviews>
  47. </view>
  48. </collectionViewCell>
  49. </cells>
  50. <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="header" id="6Zg-lt-YR9">
  51. <rect key="frame" x="0.0" y="0.0" width="375" height="24"/>
  52. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  53. <subviews>
  54. <label opaque="NO" userInteractionEnabled="NO" tag="100" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CHD-zb-9Fb">
  55. <rect key="frame" x="0.0" y="0.0" width="375" height="24"/>
  56. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  57. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  58. <nil key="textColor"/>
  59. <nil key="highlightedColor"/>
  60. </label>
  61. </subviews>
  62. </collectionReusableView>
  63. <connections>
  64. <outlet property="dataSource" destination="Sa9-Gr-Uug" id="TzW-IT-Zqv"/>
  65. <outlet property="delegate" destination="Sa9-Gr-Uug" id="zNO-J2-Q7Q"/>
  66. </connections>
  67. </collectionView>
  68. </collectionViewController>
  69. <placeholder placeholderIdentifier="IBFirstResponder" id="0k6-oO-NJC" userLabel="First Responder" sceneMemberID="firstResponder"/>
  70. </objects>
  71. <point key="canvasLocation" x="7160.8000000000002" y="1646.6266866566718"/>
  72. </scene>
  73. <!--Control Center Transfer-->
  74. <scene sceneID="Gv7-Uy-0Cg">
  75. <objects>
  76. <viewController storyboardIdentifier="ControlCenterTransfer" id="XDY-MZ-Gnz" customClass="CCControlCenterTransfer" sceneMemberID="viewController">
  77. <layoutGuides>
  78. <viewControllerLayoutGuide type="top" id="uPE-Nb-KVS"/>
  79. <viewControllerLayoutGuide type="bottom" id="zG1-N8-9Mo"/>
  80. </layoutGuides>
  81. <view key="view" contentMode="scaleToFill" id="xeI-JC-cKn">
  82. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  83. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  84. <subviews>
  85. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="cFo-AN-kZv">
  86. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  87. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  88. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  89. <connections>
  90. <outlet property="dataSource" destination="XDY-MZ-Gnz" id="ERx-9f-Lzx"/>
  91. <outlet property="delegate" destination="XDY-MZ-Gnz" id="WCN-ad-5BK"/>
  92. </connections>
  93. </tableView>
  94. </subviews>
  95. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  96. </view>
  97. <connections>
  98. <outlet property="tableView" destination="cFo-AN-kZv" id="vLq-gh-way"/>
  99. </connections>
  100. </viewController>
  101. <placeholder placeholderIdentifier="IBFirstResponder" id="U19-6b-Mxz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  102. </objects>
  103. <point key="canvasLocation" x="7161" y="982"/>
  104. </scene>
  105. </scenes>
  106. </document>