当前位置: 代码迷 >> 综合 >> Day30:swift 常用的三方库
  详细解决方案

Day30:swift 常用的三方库

热度:126   发布时间:2023-09-29 18:36:21.0
  • 网络请求(Alamofire):https://github.com/Alamofire/Alamofire
  1. Alamofire是在苹果URL Loding System 基础上封装的网络库。

  • 数据解析(SwiftJSON):https://github.com/SwiftJSON/SwiftJSON

  • 工具扩展(Dollar):https://github.com/ankurp/Dollar、https://www.dollarswift.org???????
  1. curry(柯里化):是把接受多个参数的函数变换成接受一个单一参数(最初函数的第一个参数)的函数,并且返回接受余下的参数而且返回结果的新函数的技术。

  • 布局适配(SnapKit):https://github.com/Snapkit

  • 图片处理(kingfisher):https://github.com/onevcat/Kingfisher

  • 管理资源(R.Swift):https://github.com/mac-cain13/R.swift

  • 社交分享(MonkeyKing):https://github.com/nixzhu/MonkeyKing???????