Skip to content

Commit

Permalink
Added screenshots to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Clark Rickard committed May 20, 2013
1 parent 35d44f7 commit 4637eb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#OCExpandableButton#

![Component in closed state](https://raw.github.com/ocrickard/OCExpandableButton/master/screen1.PNG)
![Component in open state](https://raw.github.com/ocrickard/OCExpandableButton/master/screen2.PNG)

##Intro##

OCExpandableButton is a VERY simple component in native Objective C that mimics the behavior of the expanding menu in the Sparrow mail app. You give it an array of subviews, and it presents them when it's activated. It is a normal subview, so you're in charge of rotation, and anything extra.

TODO:

- Implement the alignment setting in the class
- Suggestions?
- Suggestions?

0 comments on commit 4637eb6

Please sign in to comment.