Skip to content

Commit

Permalink
Better README.
Browse files Browse the repository at this point in the history
Add iOS 3.0+ compatibility.
  • Loading branch information
ddebin committed Jul 31, 2011
1 parent 84b413e commit c0595ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.markdown
@@ -1,9 +1,7 @@
Purpose
--------------

`DDExpandableButton` is a single-file class designed to be used like an expandable `UIButton` ; as seen in the iOS Camera app for the *flash* button.

`DDExpandableButton` descends from `UIControl`.
`DDExpandableButton` is a single-file iOS 3.0+ class designed to be used like an expandable `UIButton` ; as seen in the iOS Camera app for the *flash* button.

*Originally inspired by [ExpandyButton](https://github.com/iosdeveloper/ExpandyButton).*

Expand All @@ -19,7 +17,7 @@ A DDExpandableButton has the following properties:

- `@property (nonatomic,assign) BOOL useAnimation;`

Use animation during button state stransitions.
Use animation during button state transitions.

- `@property (nonatomic,assign) CGFloat timeout;`

Expand Down

0 comments on commit c0595ed

Please sign in to comment.