|
21 | 21 | <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
22 | 22 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
23 | 23 | <subviews> |
24 | | - <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kmx-NE-WpS"> |
25 | | - <rect key="frame" x="158" y="318" width="59" height="30"/> |
26 | | - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
27 | | - <state key="normal" title="Click Me"/> |
| 24 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kmx-NE-WpS"> |
| 25 | + <rect key="frame" x="148.5" y="298.5" width="78" height="30"/> |
| 26 | + <state key="normal" title="Core Demo"/> |
28 | 27 | <connections> |
29 | 28 | <segue destination="UfB-hx-yKX" kind="show" id="rwT-RC-hCA"/> |
30 | 29 | </connections> |
31 | 30 | </button> |
| 31 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Qj-J6-yeM"> |
| 32 | + <rect key="frame" x="121.5" y="338.5" width="132" height="30"/> |
| 33 | + <state key="normal" title="UIResponser Demo"/> |
| 34 | + <connections> |
| 35 | + <segue destination="qXn-Nz-YLY" kind="show" id="NgL-qB-NZJ"/> |
| 36 | + </connections> |
| 37 | + </button> |
32 | 38 | </subviews> |
33 | 39 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 40 | + <constraints> |
| 41 | + <constraint firstItem="5Qj-J6-yeM" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" constant="20" id="4Xx-Ce-r87"/> |
| 42 | + <constraint firstItem="5Qj-J6-yeM" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="98x-RA-7Qa"/> |
| 43 | + <constraint firstItem="kmx-NE-WpS" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="qpU-9k-8wE"/> |
| 44 | + <constraint firstItem="kmx-NE-WpS" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" constant="-20" id="x16-jO-7Vw"/> |
| 45 | + </constraints> |
34 | 46 | </view> |
35 | 47 | <navigationItem key="navigationItem" id="CQU-Sg-UIy"/> |
36 | 48 | </viewController> |
37 | 49 | <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> |
38 | 50 | </objects> |
39 | 51 | <point key="canvasLocation" x="719" y="-564"/> |
40 | 52 | </scene> |
41 | | - <!--Demo--> |
| 53 | + <!--UIResponser Demo--> |
| 54 | + <scene sceneID="st6-5p-095"> |
| 55 | + <objects> |
| 56 | + <tableViewController id="qXn-Nz-YLY" customClass="DemoTableViewController" sceneMemberID="viewController"> |
| 57 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="rcc-Yl-Ibx"> |
| 58 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 59 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 60 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 61 | + <connections> |
| 62 | + <outlet property="dataSource" destination="qXn-Nz-YLY" id="NAN-bd-r0Z"/> |
| 63 | + <outlet property="delegate" destination="qXn-Nz-YLY" id="2ji-vv-VPC"/> |
| 64 | + </connections> |
| 65 | + </tableView> |
| 66 | + <navigationItem key="navigationItem" title="UIResponser Demo" id="eUW-sA-z4b"/> |
| 67 | + </tableViewController> |
| 68 | + <placeholder placeholderIdentifier="IBFirstResponder" id="9Oz-M2-GIa" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 69 | + </objects> |
| 70 | + <point key="canvasLocation" x="1666" y="-343"/> |
| 71 | + </scene> |
| 72 | + <!--Core--> |
42 | 73 | <scene sceneID="8Zq-hH-jqD"> |
43 | 74 | <objects> |
44 | 75 | <viewController id="UfB-hx-yKX" customClass="DemoViewController" sceneMemberID="viewController"> |
|
58 | 89 | </connections> |
59 | 90 | </button> |
60 | 91 | <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DAf-9g-R9z"> |
61 | | - <rect key="frame" x="115.5" y="274.5" width="144" height="30"/> |
| 92 | + <rect key="frame" x="115.5" y="280.5" width="144" height="30"/> |
62 | 93 | <state key="normal" title="Dispatch Notification"/> |
63 | 94 | <connections> |
64 | 95 | <action selector="dispatchNotification:" destination="UfB-hx-yKX" eventType="touchUpInside" id="XZN-wZ-wqm"/> |
|
71 | 102 | <action selector="dispatchString:" destination="UfB-hx-yKX" eventType="touchUpInside" id="8D8-wz-two"/> |
72 | 103 | </connections> |
73 | 104 | </button> |
| 105 | + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Click and view log " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bJe-KU-79l"> |
| 106 | + <rect key="frame" x="116.5" y="84" width="142" height="21"/> |
| 107 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 108 | + <nil key="textColor"/> |
| 109 | + <nil key="highlightedColor"/> |
| 110 | + </label> |
| 111 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Og7-Wh-LQt"> |
| 112 | + <rect key="frame" x="135" y="394" width="105" height="30"/> |
| 113 | + <state key="normal" title="Dispatch JSON"/> |
| 114 | + <connections> |
| 115 | + <action selector="dispatchJson:" destination="UfB-hx-yKX" eventType="touchUpInside" id="WCe-sY-ZWU"/> |
| 116 | + </connections> |
| 117 | + </button> |
74 | 118 | </subviews> |
75 | 119 | <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
76 | 120 | <constraints> |
77 | 121 | <constraint firstItem="MXl-SO-nrb" firstAttribute="centerY" secondItem="gBg-dr-YJh" secondAttribute="centerY" id="0ee-IM-VqN"/> |
78 | 122 | <constraint firstItem="Gzk-EX-vLV" firstAttribute="top" secondItem="MXl-SO-nrb" secondAttribute="bottom" constant="7.5" id="CxM-iL-nxJ"/> |
79 | 123 | <constraint firstItem="MXl-SO-nrb" firstAttribute="centerX" secondItem="gBg-dr-YJh" secondAttribute="centerX" id="DQZ-jE-IBh"/> |
80 | 124 | <constraint firstItem="DAf-9g-R9z" firstAttribute="centerX" secondItem="MXl-SO-nrb" secondAttribute="centerX" id="Dz4-ce-Yux"/> |
| 125 | + <constraint firstItem="bJe-KU-79l" firstAttribute="top" secondItem="eOf-31-Oau" secondAttribute="bottom" constant="20" id="KJx-M1-fns"/> |
| 126 | + <constraint firstItem="bJe-KU-79l" firstAttribute="centerX" secondItem="gBg-dr-YJh" secondAttribute="centerX" id="RuX-sw-sfz"/> |
| 127 | + <constraint firstItem="Og7-Wh-LQt" firstAttribute="top" secondItem="Gzk-EX-vLV" secondAttribute="bottom" constant="8" id="VDX-q6-HJR"/> |
81 | 128 | <constraint firstItem="Gzk-EX-vLV" firstAttribute="centerX" secondItem="MXl-SO-nrb" secondAttribute="centerX" id="fN7-kG-dEe"/> |
82 | | - <constraint firstItem="MXl-SO-nrb" firstAttribute="top" secondItem="DAf-9g-R9z" secondAttribute="bottom" constant="14" id="uup-6p-Jot"/> |
| 129 | + <constraint firstItem="Og7-Wh-LQt" firstAttribute="centerX" secondItem="Gzk-EX-vLV" secondAttribute="centerX" id="hFn-h7-v7J"/> |
| 130 | + <constraint firstItem="MXl-SO-nrb" firstAttribute="top" secondItem="DAf-9g-R9z" secondAttribute="bottom" constant="8" id="uup-6p-Jot"/> |
83 | 131 | </constraints> |
84 | 132 | </view> |
85 | | - <navigationItem key="navigationItem" title="Demo" id="4Hn-Xo-L8m"/> |
| 133 | + <navigationItem key="navigationItem" title="Core" id="4Hn-Xo-L8m"/> |
86 | 134 | </viewController> |
87 | 135 | <placeholder placeholderIdentifier="IBFirstResponder" id="8QO-bK-JYK" userLabel="First Responder" sceneMemberID="firstResponder"/> |
88 | 136 | </objects> |
89 | | - <point key="canvasLocation" x="1476" y="-564"/> |
| 137 | + <point key="canvasLocation" x="1711" y="-1065"/> |
90 | 138 | </scene> |
91 | 139 | <!--Navigation Controller--> |
92 | 140 | <scene sceneID="Rtc-PG-pnE"> |
|
0 commit comments