美文网首页
Objective-C github 开源库

Objective-C github 开源库

作者: sundancer | 来源:发表于2016-11-01 19:36 被阅读0次
    • 第三方库集合

      • TimLiu-iOS 【中文,含有完整的APP源码】TimLiu-iOS
      • awesome-ios 【英文,清晰的功能分类】awesome-ios
    • 目前项目中使用的库:

      • pod 'MJRefresh' # 刷新,加载更多

      • pod 'MBProgressHUD', '~> 0.9' # 提示

      • pod 'SDWebImage', '~> 3.7.2' # 图片异步加载

      • pod 'Masonry' # 布局

      • pod 'Mantle' # model层, json序列号,反序列号

      • pod 'AFNetworking', '~> 3.0' # 网络库

      • pod 'FLEX', '~> 2.0', :configurations => ['Debug'] # 调试库

      • pod 'UMengAnalytics' # 友盟统计

      • pod 'UMengSocialCOM', '~> 5.2.1' # 友盟分享

      • pod 'UITextView+Placeholder'

      • pod 'DateTools'

      • pod 'IQKeyboardManager'

      • pod 'MSWeakTimer', '~> 1.1.0' # Timer 不需要主动dealloc

      • pod 'WZLBadge' # 给view添加红点提示

      • pod 'SDCycleScrollView','~> 1.64' # 轮播图

    • 其他感兴趣的开源库

    相关文章

      网友评论

          本文标题:Objective-C github 开源库

          本文链接:https://www.haomeiwen.com/subject/aknmuttx.html