LPActionSheetView 0.0.5

LPActionSheetView 0.0.5

测试已测试
Lang语言 Obj-CObjective C
许可 MIT
发布最新版本2016年3月

litt1e-p 维护。



  • litt1e-p

完全自定义的操作表视图

安装

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
};

屏幕截图

发布说明

  • 0.0.3

添加 deSelected 代理方法 & 所有SheetCells 属性

  • 0.0.2

头部 & 尾部优化 & 添加选中表单单元

  • 0.0.1

第一版