ControlCenter.storyboard 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 Transfer-->
  21. <scene sceneID="Gv7-Uy-0Cg">
  22. <objects>
  23. <viewController storyboardIdentifier="ControlCenterTransfer" id="XDY-MZ-Gnz" customClass="CCControlCenterTransfer" sceneMemberID="viewController">
  24. <layoutGuides>
  25. <viewControllerLayoutGuide type="top" id="uPE-Nb-KVS"/>
  26. <viewControllerLayoutGuide type="bottom" id="zG1-N8-9Mo"/>
  27. </layoutGuides>
  28. <view key="view" contentMode="scaleToFill" id="xeI-JC-cKn">
  29. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <subviews>
  32. <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">
  33. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  35. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  36. <connections>
  37. <outlet property="dataSource" destination="XDY-MZ-Gnz" id="ERx-9f-Lzx"/>
  38. <outlet property="delegate" destination="XDY-MZ-Gnz" id="WCN-ad-5BK"/>
  39. </connections>
  40. </tableView>
  41. </subviews>
  42. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  43. </view>
  44. <connections>
  45. <outlet property="tableView" destination="cFo-AN-kZv" id="vLq-gh-way"/>
  46. </connections>
  47. </viewController>
  48. <placeholder placeholderIdentifier="IBFirstResponder" id="U19-6b-Mxz" userLabel="First Responder" sceneMemberID="firstResponder"/>
  49. </objects>
  50. <point key="canvasLocation" x="7161" y="982"/>
  51. </scene>
  52. <!--Control Center Activity-->
  53. <scene sceneID="Lj5-ZZ-gWT">
  54. <objects>
  55. <viewController storyboardIdentifier="ControlCenterActivity" id="bIB-Pq-Xl4" customClass="CCControlCenterActivity" sceneMemberID="viewController">
  56. <layoutGuides>
  57. <viewControllerLayoutGuide type="top" id="hth-v8-all"/>
  58. <viewControllerLayoutGuide type="bottom" id="hV0-xB-mel"/>
  59. </layoutGuides>
  60. <view key="view" contentMode="scaleToFill" id="TKW-wP-WbG">
  61. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  62. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  63. <subviews>
  64. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="qY2-Sb-k19">
  65. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  66. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
  67. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  68. <connections>
  69. <outlet property="dataSource" destination="bIB-Pq-Xl4" id="ngz-AY-uPG"/>
  70. <outlet property="delegate" destination="bIB-Pq-Xl4" id="kCx-nZ-bYr"/>
  71. </connections>
  72. </tableView>
  73. </subviews>
  74. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  75. </view>
  76. <connections>
  77. <outlet property="tableView" destination="qY2-Sb-k19" id="1CN-d4-ABG"/>
  78. </connections>
  79. </viewController>
  80. <placeholder placeholderIdentifier="IBFirstResponder" id="BoE-1I-xzs" userLabel="First Responder" sceneMemberID="firstResponder"/>
  81. </objects>
  82. <point key="canvasLocation" x="7161" y="1668"/>
  83. </scene>
  84. </scenes>
  85. </document>