iOS开发常用框架

下面是做一个项目通常需要的框架(基本上都用的上)

网络

  • AFNetworking
  • https://github.com/AFNetworking/AFNetworking

数据库

  • FMDB
  • https://github.com/ccgus/fmdb

图片

  • SDWebImage
  • https://github.com/rs/SDWebImage

下拉刷新

  • MJRefresh
  • https://github.com/CoderMJLee/MJRefresh

自动布局

  • Masonry
  • https://github.com/SnapKit/Masonry

加载框

  • MBProgressHUD

字典转换

  • MJExtension
  • https://github.com/CoderMJLee/MJExtension

管理键盘

  • IQKeyboardManager
  • https://github.com/hackiftekhar/IQKeyboardManager

你可能感兴趣的:(iOS开发常用框架)