Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Change button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Oct 8, 2012
1 parent d8a15c5 commit 77b3758
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Custom UIButtons/en.lproj/MainStoryboard.storyboard
Expand Up @@ -55,7 +55,7 @@
<constraint firstAttribute="height" constant="37" id="CEF-nH-zhf"/> <constraint firstAttribute="height" constant="37" id="CEF-nH-zhf"/>
</constraints> </constraints>
<fontDescription key="fontDescription" name="AvenirNextCondensed-DemiBold" family="Avenir Next Condensed" pointSize="19"/> <fontDescription key="fontDescription" name="AvenirNextCondensed-DemiBold" family="Avenir Next Condensed" pointSize="19"/>
<state key="normal" title="CALayer"> <state key="normal" title="drawRect &amp; CALayer">
<color key="titleColor" red="0.52156865600000002" green="0.2257233075" blue="0.08455855508" alpha="1" colorSpace="calibratedRGB"/> <color key="titleColor" red="0.52156865600000002" green="0.2257233075" blue="0.08455855508" alpha="1" colorSpace="calibratedRGB"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state> </state>
Expand All @@ -69,7 +69,7 @@
<constraint firstAttribute="height" constant="37" id="dup-xS-p5A"/> <constraint firstAttribute="height" constant="37" id="dup-xS-p5A"/>
</constraints> </constraints>
<fontDescription key="fontDescription" name="AvenirNextCondensed-DemiBold" family="Avenir Next Condensed" pointSize="19"/> <fontDescription key="fontDescription" name="AvenirNextCondensed-DemiBold" family="Avenir Next Condensed" pointSize="19"/>
<state key="normal" title="CALayer"> <state key="normal" title="drawRect &amp; CGContext">
<color key="titleColor" red="0.52156865600000002" green="0.2257233075" blue="0.08455855508" alpha="1" colorSpace="calibratedRGB"/> <color key="titleColor" red="0.52156865600000002" green="0.2257233075" blue="0.08455855508" alpha="1" colorSpace="calibratedRGB"/>
<color key="titleShadowColor" white="0.20403855849999999" alpha="0.0" colorSpace="calibratedWhite"/> <color key="titleShadowColor" white="0.20403855849999999" alpha="0.0" colorSpace="calibratedWhite"/>
</state> </state>
Expand Down Expand Up @@ -127,6 +127,24 @@
<image name="button.png" width="280" height="36"/> <image name="button.png" width="280" height="36"/>
<image name="buttonHighlighted.png" width="280" height="36"/> <image name="buttonHighlighted.png" width="280" height="36"/>
</resources> </resources>
<classes>
<class className="CBBezier" superclassName="UIButton">
<source key="sourceIdentifier" type="project" relativePath="./Classes/CBBezier.h"/>
</class>
<class className="CBLayer" superclassName="UIButton">
<source key="sourceIdentifier" type="project" relativePath="./Classes/CBLayer.h"/>
</class>
<class className="CBViewController" superclassName="UIViewController">
<source key="sourceIdentifier" type="project" relativePath="./Classes/CBViewController.h"/>
<relationships>
<relationship kind="outlet" name="fullSizeImage" candidateClass="UIButton"/>
<relationship kind="outlet" name="resizableImage" candidateClass="UIButton"/>
</relationships>
</class>
<class className="NSLayoutConstraint" superclassName="NSObject">
<source key="sourceIdentifier" type="project" relativePath="./Classes/NSLayoutConstraint.h"/>
</class>
</classes>
<simulatedMetricsContainer key="defaultSimulatedMetrics"> <simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/> <simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/> <simulatedOrientationMetrics key="orientation"/>
Expand Down

0 comments on commit 77b3758

Please sign in to comment.