Skip to content

Commit

Permalink
Updated sample codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed Apr 5, 2017
1 parent d5cb8e4 commit e979b3e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions AXAnimationChain/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,13 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lYQ-wL-GYJ">
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lYQ-wL-GYJ">
<rect key="frame" x="16" y="72" width="128" height="128"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" red="1" green="0.5" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="128" id="asY-93-3Rk"/>
<constraint firstAttribute="width" constant="128" id="cT3-bi-4e9"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="64"/>
Expand All @@ -491,6 +494,10 @@
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="lYQ-wL-GYJ" firstAttribute="leading" secondItem="SRs-f3-fpo" secondAttribute="leading" constant="16" id="o45-Bi-yC3"/>
<constraint firstItem="lYQ-wL-GYJ" firstAttribute="top" secondItem="PVH-Uq-sm7" secondAttribute="bottom" constant="8" id="qfH-RF-0Zz"/>
</constraints>
</view>
<navigationItem key="navigationItem" title="Decay" id="cWJ-O5-FP1"/>
<connections>
Expand Down

0 comments on commit e979b3e

Please # to comment.