Skip to content

ClaudeSutterlin/CMSCoinView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMSCoinView

Objective-C UIView subclass that flips like a double-sided coin between two views.

ScreenShot

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

@property (nonatomic, retain) IBOutlet CMSCoinView *coinView;

Then create your two views and set them on the coin view.

[coinView setPrimaryView: primaryView.view];

[coinView setSecondaryView: profileView];

##Optionally

[coinView setSpinTime:1.0];

About

Objective-C UIView subclass that flips like a double-sided coin between two views.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published