CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2015 |
Maintained by Coulton Vento.
A super-simple, customizable iOS 8 - styled ActionSheet... Now with blocks!
CVCustomActionSheet *actionSheet = [[CVCustomActionSheet alloc] init];
[actionSheet addAction:[CVCustomAction actionWithTitle:@"Option"
type:CVCustomActionTypeDefault
handler:nil]];
[actionSheet addAction:[CVCustomAction actionWithTitle:@"Cancel"
type:CVCustomActionTypeCancel
handler:nil]];
[actionSheet show];
Check out CVCustomActionSheetButtonConfiguration.h, you can customize literally everything.