设为首页 加入收藏

TOP

Swift 学习指引(二)
2017-10-09 13:35:05 】 浏览:8111
Tags:Swift 学习 指引
框架] -> pod 'PermissionScope’
  • FileKit [文件管理] -> pod 'FileKit', '~> 4.0.0’
  • SwiftyUserDefaults [user defaults 帮手] -> pod 'SwiftyUserDefaults’
  • Kingfisher [下载图片] -> pod 'Kingfisher', '~> 3.0’
  • Hero [自定义试图控制器过渡动画] -> pod 'Hero’
  • Hedwig [发送 email]
  • DeviceKit [设备信息] -> pod 'DeviceKit', '~> 1.0’
  • Charts [图表] -> pod 'Charts’
  • MGSwipeTableCell [可以滑动的 table cells] -> pod 'MGSwipeTableCell’
  • RandomKit [随机生成数字] -> pod 'RandomKit', '~> 3.0.0’
  • ResponseDetective [调适网络请求] -> pod 'ResponseDetective’
  • Onboard [用户指导页] -> pod 'Onboard’
  • Quick + Nimble [BDD 测试] -> pod 'Quick’
    pod 'Nimble’
  • Natalie [从 storyboard 生成代码]
  • RxSwift [reactive 编程] -> pod 'RxSwift', '~> 3.0’
  • GDPerformanceView [实时 FPS and CPU 用量] -> pod 'GDPerformanceView-Swift', '~> 1.1.0’
  • Alamofire [网络] -> pod 'Alamofire', '~> 4.3’
  • SwiftyStoreKit [app 内购] -> pod 'SwiftyStoreKit’
  • Timepiece [date 帮手] -> pod 'Timepiece’
  • CryptoSwift [加密] -> pod 'CryptoSwift’
  • FSCalendar [日历] -> pod 'FSCalendar’
  • ImageViewer [模仿 Twitter 的图片查看器] -> pod 'ImageViewer’
  • PromiseKit [promises] -> pod 'PromiseKit', '~> 4.0’
  • Ensembles [Core Data 同步] -> pod 'Ensembles’
  • Reachability.swift 网络监听  Swift 4.0 -> 
    pod 'ReachabilitySwift', :branch => 'develop'
  • 在你看完这些之后, 恭喜你, 你的 Swift 水平已经同你的 Objective-C 水平有一拼了. 请点赞,谢谢.

    首页 上一页 1 2 下一页 尾页 2/2/2
    】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
    上一篇Swift 4.0 废弃的柯里化 下一篇Swift的Guard语句

    最新文章

    热门文章

    Hot 文章

    Python

    C 语言

    C++基础

    大数据基础

    linux编程基础

    C/C++面试题目