KBActionSheet 0.0.3× 测试已测试✗ Lang语言 Obj-CObjective C许可证 MIT 发布上次发布2016年12月由niuniukobe维护。安装指南×KBActionSheet的安装指南您希望将类似于以下内容添加到Podfile中:target 'MyApp' do pod 'KBActionSheet', '~> 0.0' end然后在终端或从CocoaPods.app内部运行pod install或者,为了进行测试运行,运行以下命令pod try KBActionSheet查看PodspecGitHub仓库CocoaPods.org上的页面KBActionSheet 0.0.3作者:liuweiqingniuniuKobe/ActionSheetViewDemoGitHub仓库 ActionSheetViewDemo 使用方法 KBActionSheetView *sheet = [KBActionSheetView actionSheetWithTitle:nil buttonTitles:@[@"照相机",@"相册"] redButtonIndex:-1 delegate:self]; [sheet show];