SLButton 0.0.1× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新版本2015 年 9 月由Ali Pourhadi维护。安装指南×SLButton 安装指南您需要在 Podfile 中添加如下类似的内容:pod 'SLButton', '~> 0.0'target 'MyApp' do pod 'SLButton', '~> 0.0' end然后在终端内运行 pod install,或在 CocoaPods.app 中运行。另外,为了测试运行,可以运行以下命令:pod try SLButton查看 PodspecGitHub 仓库CocoaPods.org 页面SLButton 0.0.1作者:Ali PourhadiPersianDevelopers/SLButtonGitHub 仓库 简单的加载按钮,非常易于使用 使用方法 导入 "SLButton.h" 可选属性 AnimationDuration (动画持续时间 ) DisableWhileLoading (加载时禁用按钮 ) 方法调用 使用 [obj showloading] 进入加载模式,使用 [obj hideLoading] 进入正常模式