JYSelectButton 1.0.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新发布2015年9月由EricLee维护。安装指南×JYSelectButton的安装指南您可以将以下类似内容添加到Podfile中:target 'MyApp' do pod 'JYSelectButton', '~> 1.0' end然后在您的终端内或在CocoaPods.app中运行pod install。或者为了测试运行,可以运行以下命令:pod try JYSelectButton查看PodspecGitHub仓库CocoaPods.org上的页面JYSelectButton 1.0.0作者:okerivyokerivy/JYSelectButtonGitHub仓库 用于生成带有选中状态的按钮 Podfile platform :ios, '7.0' pod "JYEmptyView" 依赖 我们需要依赖CommonTools文件夹中的一些工具类。 如何使用 JYSelectButton *btn = [[JYTTSelectButton alloc] init];