完全自定义的操作表视图
pod 'LPActionSheetView', '~> 0.0.3'
LPActionSheetView 类似于 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
};
添加 deSelected 代理方法 & 所有SheetCells 属性
头部 & 尾部优化 & 添加选中表单单元
第一版