Objective-C github 开源库

  • 第三方库集合

    • 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' # 轮播图

  • 其他感兴趣的开源库

    • pod 'NSDate+TimeAgo' # 用户获取多久之前
    • pod 'pop', '~> 1.0' # facebook出品的动画库
    • pod 'DZNEmptyDataSet' # UITableView/UICollectionView 数据为空时的显示页面
    • pod 'TZImagePickerController', :git => 'git://github.com/banchichen/TZImagePickerController.git' #微信样式的图片选择库

你可能感兴趣的:(Objective-C github 开源库)