UIButton-Indicator:Objective-C 中的一个简单类别,允许您在按下按钮时将活动指示器视图添加到按钮以代替按钮文本

时间:2021-06-16 22:26:01
【文件属性】:
文件名称:UIButton-Indicator:Objective-C 中的一个简单类别,允许您在按下按钮时将活动指示器视图添加到按钮以代替按钮文本
文件大小:18KB
文件格式:ZIP
更新时间:2021-06-16 22:26:01
Objective-C 适用于 iOS 的 UIButton 指示器 Objective-C 中的一个简单类别,允许您在按下按钮时将活动指示器视图添加到按钮以代替按钮文本。 例子 // Show Indicator [_myCustomButton showIndicator ]; // Hide Indicator [_myCustomButton hideIndicator ]; 安装说明 将UIButton+Indicator.h和UIButton+Indicator.m到您的项目中。 麻省理工学院许可证 (MIT) 版权所有 (c) 2015 Jeremiah Poisson 特此授予任何人免费获得本软件副本和相关文档文件(“软件”)的许可,不受限制地处理本软件,包括但不限于使用、复制、修改、合并的权利、发布、分发、再许可和/或出售软件的副本,并允许向其提供软件的人员这样做,但须符合以下条件: 上
【文件预览】:
UIButton-Indicator-master
----.gitignore(495B)
----LICENSE(1KB)
----README.md(1KB)
----UIButton Indicator()
--------UIButton Indicator.xcodeproj()
--------UIButton IndicatorTests()
--------UIButton Indicator()

网友评论