Latest | 1.0.1 |
---|---|
Homepage | https://github.com/CreatFish/DVActionSheetVC |
Platforms | ios 8.0, requires ARC |
Authors |
一个仿微信的actionsheet,使用简单
重写了转场动画,使用的时候直接present即可。
项目截图
一. Installation 安装
手动导入:直接将DVActionSheetVC.swift文件拽入项目中即可
二. Example 例子
let vc = DVActionSheetVC()
// 你可以通过block或者代理,来获取用户点击的选项.
vc.finishSelect = { (index) in
}
vc.moreButtonTitles = ["测试","测试","测试"]
self.present(vc, animated: true, completion: nil)
三. Requirements 要求
iOS8及以上系统可使用. ARC环境.
四. More 更多
如果你发现了bug,请与我联系,邮箱: [email protected]
Latest podspec
{ "name": "DVActionSheetVC", "version": "1.0.1", "summary": "Action Sheet", "description": "u4e00u4e2au81eau7528u7684u4effu5faeu4fe1actionsheet", "homepage": "https://github.com/CreatFish/DVActionSheetVC", "authors": { "GreatFish": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/CreatFish/DVActionSheetVC.git", "tag": "1.0.1" }, "source_files": "DVActionSheetDemo/DVActionSheetVC.swift", "requires_arc": true, "swift_version": "4.2" }
Mon, 25 Mar 2019 11:12:08 +0000