Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Objective-C UIView subclass that flips like a double-sided coin between two view
![ScreenShot](https://raw.github.com/ClaudeSutterlin/CMSCoinView/master/CMSCoinView.gif)


##Usage
## Usage
Create an IBOutlet with the class of CMSCoinView in your header

`@property (nonatomic, retain) IBOutlet CMSCoinView *coinView;`
Expand All @@ -18,6 +18,6 @@ Then create your two views and set them on the coin view.
`[coinView setSecondaryView: profileView];`


##Optionally
## Optionally

`[coinView setSpinTime:1.0];`