Skip to content

Commit 534979f

Browse files
committed
add storyboard button
1 parent 1470253 commit 534979f

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,25 @@ Sincerely's Ship API is highly awesome and enables you to take pictures and send
3737

3838
![Storyboard screenshot](https://raw.github.com/iosstudygroup/WomenWhoCodeSincerely/01Start/Screenshots/storyboard.png)
3939

40+
## Add a button and an imageview to the WWViewController in the storyboard
4041

42+
![Storyboard screenshot](https://raw.github.com/iosstudygroup/WomenWhoCodeSincerely/01Start/Screenshots/storyboard2.png)
4143

42-
## Details
44+
45+
46+
# Details
4347

4448

4549
http://www.meetup.com/Women-Who-Code-SF/events/113359282/
4650
Meetup at Sincerely, April 12, 2013
4751

4852
Thank you!
4953

50-
### APIs Used
54+
#### APIs Used
5155

5256
* Ship Library by Sincerely https://dev.sincerely.com/docs
5357

54-
### Links
58+
#### Links
5559

5660
* [Women Who Code iOS Group Wiki](https://github.com/iosstudygroup/WomenWhoCodeSincerely/wiki/Women-Who-Code-iOS-Study-Group)
5761
* [Meetup Group: Women Who Code SF](http://www.meetup.com/Women-Who-Code-SF/)

Screenshots/storyboard2.png

662 KB
Loading

Women Who Code Sincerely/WomenWhoCode.storyboard

+23
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
<view key="view" contentMode="scaleToFill" id="wid-eT-OBj">
1212
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
1313
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
14+
<subviews>
15+
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="z7m-r6-tIJ">
16+
<rect key="frame" x="24" y="20" width="272" height="223"/>
17+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
18+
</imageView>
19+
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="sw7-gw-mTg">
20+
<rect key="frame" x="36" y="263" width="249" height="44"/>
21+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
22+
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
23+
<state key="normal" title="Button">
24+
<color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
25+
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
26+
</state>
27+
<state key="highlighted">
28+
<color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
29+
</state>
30+
</button>
31+
</subviews>
1432
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
1533
</view>
1634
<navigationItem key="navigationItem" title="Women Who Code" id="9xa-YS-Ptt"/>
@@ -39,6 +57,11 @@
3957
<point key="canvasLocation" x="296" y="-356"/>
4058
</scene>
4159
</scenes>
60+
<classes>
61+
<class className="WWViewController" superclassName="UIViewController">
62+
<source key="sourceIdentifier" type="project" relativePath="./Classes/WWViewController.h"/>
63+
</class>
64+
</classes>
4265
<simulatedMetricsContainer key="defaultSimulatedMetrics">
4366
<simulatedStatusBarMetrics key="statusBar"/>
4467
<simulatedOrientationMetrics key="orientation"/>

0 commit comments

Comments
 (0)