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