SwiftUEx 是一组用于各种类型数据的实用扩展
Int, TableViewCell, Double, UIView, UINavigationController, Array, String, UIImage, UIImageView, NSDate, UIColor, UILabel
Plist get, KeyChainWrapper
SwiftUEx 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'SwiftUEx'
因为 SwiftUEx
全部用 Swift 编写,请确保在 Podfile 的顶部添加 use_frameworks!
。
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'SwiftUEx'
sucrewar, [email protected]
SwiftEx 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。