JSSwifter
示例代码
如需运行示例项目,请将当前 repo
克隆到本地,然后从根目录下执行 JSSwifter.xcodeproj
,打开项目后切换 Scheme
至 JSSwifter-Tests
,接着按下 CMD+U
运行测试示例代码。
基本使用
CoreGraphics 扩展
CoreLocation 扩展
Foundation 扩展
MapKit 扩展
UIKit 扩展
基本使用方法请参考测试示例代码。
Swift 版本依赖
Swift | JSSwifter |
---|---|
5.0 | >= 0.0.1 |
限制条件
- iOS 9.0 及以上版本
- Xcode 10.0 及以上版本
- Swift 版本 = 5.0
安装
JSSwifter
可以通过 CocoaPods 获得。安装只需要在你项目的 Podfile
中添加如下字段:
pod 'JSSwifter', '~> 0.0.9'
更新计划
CoreGraphics
- CGColor
- CGFloat
- CGPoint
- CGSize
CoreLocation
- CLLocation
Foundation
- Array
- Bool
- Calendar
- Character
- Collection
- Comparable
- Data
- Date
- Dictionary
- DispatchQueue
- Double
- FileManager
- Float
- Int
- Locale
- NSAttributedString
- String
- UserDefaults
MapKit
- MKMapView
QuartzCore
- CALayer
UIKit
- UIApplication
- UIButton
- UICollectionView
- UIColor
- UIDevice
- UIFont
- UIGestureRecognizer
- UIImage
- UIScrollView
- UIStackView
- UITableView
- UIView
- UIViewController
作者
spirit-jsb, [email protected]
许可文件
JSSwifter
可在 MIT
许可下使用,更多详情请参阅许可文件。