ios常用的第三方库

ios开发中有可能用到的第三方库进行记录一下:

注:资料信息来源于网络 自己整理  https://developer.apple.com/reference(苹果官方文档)

https://github.com/HeshamMegid/HMSegmentedControl  滑动指示器

   

【链接】做一款仿映客的直播App?看我就够了
http://www.360doc.com/content/16/0714/08/31262802_575365651.shtml

https://github.com/SunLiner/MiaowShow     喵播的项目所在 (需要下载IJKMediaFramework.framework框架)

http://www.jianshu.com/p/58e47204f500         喵播的项目实现细节

https://github.com/Bilibili/ijkplayer                   ijkplayer下载地址

 

http://pan.baidu.com/s/1eRVetdK 密码:2dc0     IJKMediaFramework.framework打包下载链接

https://github.com/cocbin/CBTableViewDataSource     CBTableViewDataSource是一个轻量级的用于快速创建UITableViewDataSourceDelegate的框架

https://github.com/Pluto-Y/iOS-Echarts  曲线图/树状图/折线图/仪表盘demo

https://github.com/yangqian111/blog   各种深度解析

https://github.com/jamztang/JTRevealSidebarDemo 侧滑效果

https://github.com/rickytan/RTRootNavigationController  定制不同的导航栏

http://ppsheep.com/2016/11/17/iOS%E6%AF%8F%E4%B8%AAViewController%E4%B8%80%E4%B8%AANavigationBar/    iOS每个ViewController一个NavigationBar

 

https://github.com/jkpang/PPNumberButton  iOS中一款高度可定制性商品计数按钮(京东/淘宝/饿了么/美团外卖/百度外卖样式)

https://github.com/wg689/Solve-App-Store-Review-Problem ipv6,ipv6被拒绝,后台定位等审核问题的终极解决方案汇总

http://www.jianshu.com/p/fa8e80766529   【iOS干货:快速集成tableView折叠cell的小框架】

https://github.com/XuanYuLin/YUFoldingTableView 快速集成tableView折叠cell的小框架

 

https://github.com/Yuzeyang/GCCardViewController  模拟iOS7后台任务切换动画

https://github.com/mattt/AnimatedGIFImageSerialization   完整的动画GIF支持的iOS与功能,NSJSONSerialization风格类,和(可选)的UIImage交叉混合

https://github.com/IBAnimatable/IBAnimatable  设计和原型定制的UI,交互性,导航,在Interface Builder与IBAnimatable App Store的应用做好准备过渡和动画。

https://github.com/321zhangyang/SPHttpWithYYCache AFNetWorking 3.0网络请求封装YYCache缓存

https://github.com/ChenYilong/ParseSourceCodeStudy Facebook的开源的解析源码分析【系列】

https://github.com/cysgit/iOS_MovingAnnotation_Demo  地图移动轨迹

https://github.com/ltebean/LTNavigationBar  UINavigationBar的范畴,它允许你动态地改变其外观

https://github.com/facebook/SocketRocket 一个符合的Objective-C的WebSocket客户端库。

https://github.com/ibireme/YYCache  适用于iOS高性能缓存架构。

https://github.com/Roylee-ML/SwipeTableView  似半糖、美丽说主页与QQ音乐歌曲列表布局效果,实现不同菜单的左右滑动切换,同时支持类似tableview的顶部工具栏悬停(既可以左右滑动,又可以上下滑动)。兼容下拉刷新,自定义 collectionview实现自适应 contentSize 还可实现瀑布流功能

https://github.com/Telerik-Verified-Plugins/WKWebView 一个简易更换的UIWebView的 - 直到苹果有用释放出无缺陷的WKWebView  科尔多瓦WKWebView填充工具插件

https://github.com/zhongyang/TimelineProgress   时间线样式进展

https://github.com/romaHerman/timeLineiOS  DROPIN时间线与进步animatiom

https://github.com/fpt-software/Material-Controls-For-iOS   材料设计控制对于iOS 在2014年谷歌发布了谷歌材料设计与目标提供良好的设计和漂亮的UI跨所有设备形式因素指引

https://github.com/JxbSir/YiYuanYunGou   高仿一元云购IOS应用(高仿自一元云购安卓客户端)

https://github.com/xhzengAIB/MessageDisplayKit  一个IM应用像微信应用程序已发送文字,图片,音频,视频,位置短信,管理本地地址簿,分享朋友圈,漂流的朋友,摇好玩,更有趣的功能

https://github.com/bryankeller/BLKFlexibleHeightBar Safari iOS应用导航栏观察 

 
原文地址:https://www.cnblogs.com/supersr/p/6144635.html