iOS-Utils
MAD 仓库,包含一套用于 iOS 应用程序工作的实用工具
如何安装
要安装,需要将以下代码添加到您的 Podfile
pod 'MadUtils'
依赖关系
文件列表
- Bundle+Extensions - 扩展 Bundle,以便在运行时更改应用程序的本地化
- EZYGradientView -UIView 的子类,实现处理渐变的功能
- GradientButton - UIButton 的子类,添加渐变效果
- GradientView - 实现渐变处理的相关类列表
- GrowingTextView - UITextView 的子类,实现自动调整 UITextView 大小的功能 (例如,消息发送器中的文字输入)
- ImageScrollView - UIScrollView 的子类,用于处理UIImageView 集合
- MulticastDelegate - 非常有用的类: 实际上这是一个管理 Delegate 集合以同步调用方法的类
- RequestProtocol - 用于与 Alamofire 类交互的协议
- SearchWithIconClearButtonTextField - 允许在左侧添加 searchIcon 并自定义 clearButton 的 UITextField
- StoreReviewHelper - 应用评分功能
- String 扩展
- UIAlertController 扩展
- UIColor 扩展
- UIDevice 扩展
- UIImage 扩展
- UIImageView 扩展
- UILabel 扩展
- UITextField 扩展
- UITextView 扩展
- UIView 扩展
- UIViewController 扩展
- UserDefaults 扩展