|
129 | 129 | <segue destination="hKq-Qm-Wo1" kind="push" id="gol-c1-csi"/>
|
130 | 130 | </connections>
|
131 | 131 | </tableViewCell>
|
| 132 | + <tableViewCell contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" textLabel="FC8-Nz-Owv" style="IBUITableViewCellStyleDefault" id="TBd-xr-vvB"> |
| 133 | + <rect key="frame" x="0.0" y="328" width="320" height="44"/> |
| 134 | + <autoresizingMask key="autoresizingMask"/> |
| 135 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="TBd-xr-vvB" id="Yil-kF-bS6"> |
| 136 | + <rect key="frame" x="0.0" y="0.0" width="287" height="43"/> |
| 137 | + <autoresizingMask key="autoresizingMask"/> |
| 138 | + <subviews> |
| 139 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Easing" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="FC8-Nz-Owv"> |
| 140 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 141 | + <fontDescription key="fontDescription" type="system" pointSize="16"/> |
| 142 | + <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 143 | + <nil key="highlightedColor"/> |
| 144 | + </label> |
| 145 | + </subviews> |
| 146 | + </tableViewCellContentView> |
| 147 | + <connections> |
| 148 | + <segue destination="kNR-0P-iRv" kind="push" id="dBp-KC-URn"/> |
| 149 | + </connections> |
| 150 | + </tableViewCell> |
132 | 151 | </cells>
|
133 | 152 | </tableViewSection>
|
134 | 153 | </sections>
|
|
353 | 372 | </objects>
|
354 | 373 | <point key="canvasLocation" x="1052" y="3568"/>
|
355 | 374 | </scene>
|
| 375 | + <!--Easing View Controller--> |
| 376 | + <scene sceneID="Jis-Ay-CNC"> |
| 377 | + <objects> |
| 378 | + <viewController id="kNR-0P-iRv" customClass="EasingViewController" customModule="iOSAnimationSample" customModuleProvider="target" sceneMemberID="viewController"> |
| 379 | + <view key="view" contentMode="scaleToFill" id="Ujf-ov-K11"> |
| 380 | + <rect key="frame" x="0.0" y="0.0" width="320" height="568"/> |
| 381 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 382 | + <subviews> |
| 383 | + <view contentMode="scaleToFill" id="vLH-GC-j0i"> |
| 384 | + <rect key="frame" x="16" y="101" width="60" height="60"/> |
| 385 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 386 | + <color key="backgroundColor" red="0.22802925860000001" green="0.66314832059999995" blue="0.70600328950000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 387 | + </view> |
| 388 | + <view contentMode="scaleToFill" id="cdR-k7-Cvz"> |
| 389 | + <rect key="frame" x="16" y="287" width="60" height="60"/> |
| 390 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 391 | + <color key="backgroundColor" red="0.40933579640000001" green="0.80104922519999999" blue="0.036929481930000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 392 | + </view> |
| 393 | + <view contentMode="scaleToFill" id="26l-js-32n"> |
| 394 | + <rect key="frame" x="16" y="380" width="60" height="60"/> |
| 395 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 396 | + <color key="backgroundColor" red="0.96338383838383834" green="0.96308892366865062" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| 397 | + </view> |
| 398 | + <view contentMode="scaleToFill" id="brU-du-GnR"> |
| 399 | + <rect key="frame" x="16" y="195" width="60" height="60"/> |
| 400 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 401 | + <color key="backgroundColor" red="0.96142769610000001" green="0.19560617420000001" blue="0.27446546059999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 402 | + </view> |
| 403 | + </subviews> |
| 404 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 405 | + </view> |
| 406 | + <navigationItem key="navigationItem" id="9X0-T2-lk7"/> |
| 407 | + <connections> |
| 408 | + <outlet property="blueSquare" destination="vLH-GC-j0i" id="Rb1-U3-BIe"/> |
| 409 | + <outlet property="greenSquare" destination="cdR-k7-Cvz" id="lom-vd-mGN"/> |
| 410 | + <outlet property="redSquare" destination="brU-du-GnR" id="1pO-oP-PoH"/> |
| 411 | + <outlet property="yellowSqaure" destination="26l-js-32n" id="vxa-Q4-s0C"/> |
| 412 | + </connections> |
| 413 | + </viewController> |
| 414 | + <placeholder placeholderIdentifier="IBFirstResponder" id="dXR-bu-zlV" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 415 | + </objects> |
| 416 | + <point key="canvasLocation" x="1052" y="4200"/> |
| 417 | + </scene> |
356 | 418 | </scenes>
|
357 | 419 | <resources>
|
358 | 420 | <image name="wheel" width="894" height="894"/>
|
|
0 commit comments