ImageRightButton 0.0.4× 测试已测试✗ Lang语言 Obj-CObjective C许可证 MIT 发布最新发布2016年10月由fizix100维护。安装指南×ImageRightButton 安装指南您想将以下代码类似的 pod 'ImageRightButton', '~> 0.0' 添加到您的 Podfile 中target 'MyApp' do pod 'ImageRightButton', '~> 0.0' end然后在您的终端内运行 pod install,或者从 CocoaPods.app 运行。或者为了测试它,运行以下命令pod try ImageRightButton查看 PodspecGitHub 仓库在 CocoaPods.org 的页面ImageRightButton 0.0.4由fizix100fizix100/ImageRightButtonGitHub 仓库 继承自 UIButton,按钮具有 BOOL 属性 "isImageRight",当将该属性设置为 YES 时,按钮可以设置左边的标题和右边的图片,按钮已考虑了 titleEdgeInsects 和 imageEdgeInsects。