ios - 有哪些你离不开的 Cocoa 库?使用场景和理由是?
大家讲道理
大家讲道理 2017-04-17 13:52:16
0
3
707
  • SSDataSources:官方这么说Flexible data sources for your UITableView and UICollectionView. wow, much DRY
  • PureLayout:让 AutoLayout 代码写起来更舒爽
  • STHTTPRequest:不复杂的网络请求会使用这个

有哪些库是你觉得离不开的呢?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(3)
左手右手慢动作
  • Mantle: It is very convenient to use this to convert JSON to entity objects.
  • AFNetworkingNetwork Requests, a replacement for ASI.
  • SDWebImageUse this to cache images. After using it, you will feel that the world is really beautiful.
洪涛

I won’t write about what has already been mentioned

  • MBProgressHUD: A must-use HUD library, stable and convenient
  • FMDB : Great choice for SQLite
  • Reachability : authoritative network status judgment
PHPzhong

AFNetworking (formerly ASIHTTPRequest) - HTTP network library that I have been using
AsyncImageView - Used to load images asynchronously on the page
Mantle - used for converting class objects and JSON structures
Reachability - Used to determine network status

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template