IOSUI项目优化

IOS优秀第三方库

2018-12-21  本文已影响1人  瑟闻风倾
  1. Swift神经网络之计算机视觉库-Forge(了解):
    「Forge」(https://github.com/kishikawakatsumi/SpreadsheetView)
  2. 斜向渐变彩虹动画库-Pastel(炫酷): 登陆注册界面
    「Pastel」(https://github.com/cruisediary/Pastel)
  3. 滑动卡片视图-koloda (不常用):
    「koloda」(https://github.com/Yalantis/Koloda)
  4. RxSwift(重要): Swift中的响应式编程(Reactive Programming in Swift)
    「RXSwift」(https://github.com/ReactiveX/RxSwift)
    备注:
    (1)响应式布局(html5):网页根据窗口的大小进行布局
    (2)响应式编程(表格/列表的数据获取与显示):对数据流动的观察
  5. SpreadsheetView-Excel表格组件(办公报表): 电子表格样式控件
    「SpreadsheetView」(https://github.com/kishikawakatsumi/SpreadsheetView)
  6. TZImagePickerController(实用): 图片选择器
    「TZImagePickerController」(https://github.com/banchichen/TZImagePickerController)
  7. 朋友圈富文本组件-YYKit(实用): 文本样式
    「Forge」(https://github.com/ibireme/YYKit)
  8. 逆天组件-lottie(牛逼):动画
    「lottie」(https://github.com/airbnb/lottie-ios)
    备注:IOS中实现动画比较耗时困难,lottie实现动画几乎不需要编码.它将动画直接转化为json,所以可以在服务器远程获取动画并在本地更新.跨平台,兼容android和ios.
  9. 转场动画英雄-HeroTransitions(炫酷): 跳转切换
    「HeroTransitions」(https://github.com/HeroTransitions/Hero)
  10. 通知横幅组件-NotificationBanner(实用): 推送通知样式
    「NotificationBanner」(https://github.com/Daltron/NotificationBanner)
  11. Swift转Kotlin组件-SwiftKotlin(实用): IOS转Android
    「SwiftKotlin」(https://github.com/angelolloqui/SwiftKotlin)
    备注:「Swift学习」(http://xiaoboswift.com/course/41)
    「Kotlin学习」(http://xiaoboswift.com/course/54)
  12. IOS变色龙-Chameleon(牛逼): 配色
    「Chameleon」(https://github.com/viccalexander/Chameleon)
  13. 磁性卡贴-DeckTransition(不常用): 音乐
    「DeckTransition」(https://github.com/HarshilShah/DeckTransition)
  14. Swift服务端框架-Perfect(了解): 服务端用Swift写尚不成熟
    「Perfect」(https://github.com/PerfectlySoft/Perfect)
  15. WebKit僵尸教主-WKZombie(实用): 网页版适配IOS版
    「WKZombie」(https://github.com/mkoehnke/WKZombie)
  16. 日历控件-FSCalendar(实用)
    「FSCalendar」(https://github.com/WenchaoD/FSCalendar)

扩展:

「视频讲解」(http://www.xiaoboswift.com)

上一篇下一篇

猜你喜欢

热点阅读