美文网首页
GitHub 上一些开源的第三方框架

GitHub 上一些开源的第三方框架

作者: 见哥哥长高了 | 来源:发表于2016-11-09 16:09 被阅读61次

    1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求

    2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON

    3.Reachability地址:https://github.com/tonymillion/Reachability检查网络状况

    4.SVPullToRefresh地址:https://github.com/samvermette/SVPullToRefresh处理刷新

    5.FMDB地址:https://github.com/ccgus/fmdb对数据库进行操作也可以使用

    CoreDataCoreDate介绍地址:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html

    6.SDWebImage地址:https://github.com/rs/SDWebImage缓存网络图片可以使用TMCache替代,TMCache是tumblr团队使用的缓存项目地址:https://github.com/tumblr/TMCache

    7.MBProgressHUD地址:https://github.com/jdg/MBProgressHUD加载提示框

    8.pop地址:https://github.com/facebook/popfacebook出品的动画框架

    9.CocoaPods地址:https://github.com/CocoaPods/CocoaPods第三方库管理工具

    10.GPUImage地址:https://github.com/BradLarson/GPUImage处理图片效果

    11.BlocksKit地址:https://github.com/zwaldowski/BlocksKitblock框架

    12.ReactiveCocoa地址:https://github.com/ReactiveCocoa/ReactiveCocoa函数式响应式编程框架

    13.Mantle地址:https://github.com/Mantle/Mantle将json数据模型化model对象

    14.cocos2d-swift地址:https://github.com/cocos2d/cocos2d-swiftcocos2d

    15.RESideMenu地址:https://github.com/romaonthego/RESideMenu侧滑菜单

    16.SWTableViewCell地址:https://github.com/CEWendel/SWTableViewCellUITableViewCell 的子类, 实现了左右滑动显示信息视图并调出按钮

    17.TTTAttributedLabel地址:https://github.com/TTTAttributedLabel/TTTAttributedLabelUILabel 的替代品, 使 iOS 上的 Label 功能更加丰富, 可支持链接植入等功能

    18.PNChart地址:https://github.com/kevinzhow/PNChart带动画效果的图表控件

    19.VVDocumenter-Xcode地址:https://github.com/onevcat/VVDocumenter-Xcode帮助开发者轻松的生成注释文档

    20.appirater地址:https://github.com/arashpayan/appirater用于提醒用户给你的 APP 打分的工具

    21.Masonry地址:https://github.com/Masonry/MasonryAutoLayout扩展工具

    22.ASIHTTPRequest地址:https://github.com/pokeb/asi-http-request已停止更新,用于网络请求

    相关文章

      网友评论

          本文标题:GitHub 上一些开源的第三方框架

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