Flexible data sources for your UITableView and UICollectionView. wow, much DRY
有哪些库是你觉得离不开的呢?
ringa_lee2017-04-17 13:54:16
Mantle
: It is very convenient to use this to convert JSON to entity objects. AFNetworking
Network Requests, a replacement for ASI. SDWebImage
Use this to cache images. After using it, you will feel that the world is really beautiful. PHP中文网2017-04-17 13:54:16
I won’t write about what has already been mentioned
PHPz2017-04-17 13:54:16
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