Skip to content

Commit

Permalink
status bar bg
Browse files Browse the repository at this point in the history
  • Loading branch information
MengTo committed Dec 2, 2013
1 parent 65a0e71 commit 185d9dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Canvas/Base.lproj/Main_iPhone.storyboard
Expand Up @@ -13,11 +13,11 @@
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" id="VAo-ts-tfI">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<rect key="frame" x="0.0" y="20" width="320" height="548"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" id="lIA-I9-wXf" customClass="CSAnimationView">
<rect key="frame" x="22" y="28" width="277" height="143"/>
<rect key="frame" x="22" y="10" width="277" height="143"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Canvas" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="BTI-qk-g8i">
Expand All @@ -40,7 +40,7 @@
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="QJN-ik-MjC" customClass="CSAnimationView">
<rect key="frame" x="40" y="117" width="240" height="95"/>
<rect key="frame" x="40" y="98" width="240" height="95"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Animate in Xcode without code" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ORt-40-GsK">
Expand Down Expand Up @@ -218,13 +218,13 @@ That's it!</string>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
<integer key="value" value="25"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="animationType" value="bounceLeft"/>
<userDefinedRuntimeAttribute type="number" keyPath="delay">
<integer key="value" value="0"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="duration">
<real key="value" value="0.5"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="string" keyPath="animationType" value="bounceLeft"/>
</userDefinedRuntimeAttributes>
</view>
</subviews>
Expand Down Expand Up @@ -450,11 +450,11 @@ That's it!</string>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" id="H1b-kk-E6z">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<rect key="frame" x="0.0" y="20" width="320" height="548"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<view contentMode="scaleToFill" id="vas-zW-A2g" customClass="CSAnimationView">
<rect key="frame" x="0.0" y="10" width="340" height="170"/>
<rect key="frame" x="0.0" y="0.0" width="340" height="170"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Custom Font" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="A8z-cU-IFb">
Expand Down Expand Up @@ -492,7 +492,7 @@ That's it!</string>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="0jV-3r-Wif" customClass="CSAnimationView">
<rect key="frame" x="0.0" y="199" width="320" height="170"/>
<rect key="frame" x="0.0" y="189" width="320" height="170"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" alpha="0.20000000298023224" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="line-black-1px" id="rq1-ck-8KI">
Expand Down Expand Up @@ -523,7 +523,7 @@ That's it!</string>
</userDefinedRuntimeAttributes>
</view>
<view contentMode="scaleToFill" id="rfa-Ts-Vyb" customClass="CSAnimationView">
<rect key="frame" x="0.0" y="338" width="320" height="170"/>
<rect key="frame" x="0.0" y="328" width="320" height="170"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" alpha="0.20000000298023224" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="line-black-1px" id="gA1-U6-pOi">
Expand Down

0 comments on commit 185d9dc

Please sign in to comment.