search

Home  >  Q&A  >  body text

ios - 有哪些你离不开的 Cocoa 库?使用场景和理由是?

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

大家讲道理大家讲道理2827 days ago730

reply all(3)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 13:54:16

    • 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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:54:16

    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

    reply
    0
  • PHPz

    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

    reply
    0
  • Cancelreply