CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2016 |
Maintained by litt1e-p.
fully custom action sheet view
pod 'LPActionSheetView', '~> 0.0.3'
LPActionSheetView is like a structure or container for actionSheet
// conform dataSource protocol and implement with your custom header anything you want to set them in free totally!// conform dataSource protocol as header & footer, do your any customization//background mask view height type
typedef NS_ENUM(NSInteger, LPMaskViewExtend)
{
LPMaskViewExtendUnderStatusBar,
LPMaskViewExtendUnderNavigationBar,
LPMaskViewExtendFullScreen
};add deSelected delegate method & allSheetCells property
header & footer optimization & add selected sheet cell
first version