项目中常用的第三方框架总结

news/2024/7/5 11:11:50

为什么80%的码农都做不了架构师?>>>   hot3.png

他人总结:

http://www.jianshu.com/p/228535226656

 

网络请求:https://github.com/AFNetworking/AFNetworking

                  https://github.com/netyouli/WHCNetWorkKit

 

仿AppStore下载圆形进度条:https://github.com/antoniocasero/ACPDownload

 

数据库操作:https://github.com/ccgus/fmdb

 

封装FMDB:https://github.com/Halley-Wong/JKDBModel

 

封装FMDB,操作数据库:https://github.com/CharlinFeng/CoreModel

 

仿QQ图片选择:https://github.com/lioonline/CocoaPicker

 

手势锁:https://github.com/CharlinFeng/CoreLock

 

定制Tabbar:https://github.com/ChenYilong/CYLTabBarController

 

视频播放:https://github.com/EstebanVallejo/EVVideoPlayer

                  https://github.com/piemonte/PBJVideoPlayer

                  https://github.com/vimeo/VIMVideoPlayer

 

日历:https://github.com/WenchaoD/FSCalendar

 

弹出式日历:https://github.com/hons82/THCalendarDatePicker

 

标签:https://github.com/greenchiu/GCTagList

           https://github.com/zsk425/SKTagView

           https://github.com/ali312/TLTagsControl

           https://github.com/zoonooz/ZFTokenField

 

绘制星星:https://github.com/hsousa/HCSStarRatingView

 

时间选择器:https://github.com/huzhiqin/HZQDatePickerView

 

动画Demo:https://github.com/yixiangboy/IOSAnimationDemo

 

键盘管理:https://github.com/hackiftekhar/IQKeyboardManager

 

上滑隐藏navigation:https://github.com/JoeFryer/JDFPeekaboo

 

给view添加描述:https://github.com/JoeFryer/JDFTooltips

 

倒计时按钮:https://github.com/shaojiankui/JKCountDownButton

 

类似qq音乐的提示框:https://github.com/Jerrywx/JRMessage-Demo

                                     https://github.com/KrauseFx/TSMessages

 

类似微码刷新提示:https://github.com/xiezhongmin/XZMStatusBarHUD

 

HUD :https://github.com/jdg/MBProgressHUD

 

仿美团选择:https://github.com/jsfu/JSDropDownMenu

 

带进度条带分享的WebView:https://github.com/dfmuir/KINWebBrowser

 

视图绘制:https://github.com/Friend-LGA/LGDrawer

 

操作coredata:https://github.com/magicalpanda/MagicalRecord

 

字典转模型:https://github.com/Mantle/Mantle

                      https://github.com/CoderMJLee/MJExtension

 

上下拉刷新:https://github.com/CoderMJLee/MJRefresh

 

图片查看:https://github.com/mwaterfall/MWPhotoBrowser

                  https://github.com/gsdios/SDPhotoBrowser

                  https://github.com/vitoziv/VIPhotoView

 

图片选择:https://github.com/banchichen/TZImagePickerController

                  https://github.com/ws00801526/XMNPhotoPickerFramework

 

文件下载:https://github.com/mzeeshanid/MZDownloadManager

 

给webView添加进度条:https://github.com/ninjinkun/NJKWebViewProgress

 

多线程学习:https://github.com/ChenYilong/ParseSourceCodeStudy

 

绘制图表:https://github.com/kevinzhow/PNChart

 

多层分级树形图:https://github.com/Augustyniak/RATreeView

 

仿微信的web view:https://github.com/Roxasora/RxWebViewController

 

相对布局(Autolayout):https://github.com/gsdios/SDAutoLayout

                                          https://github.com/biggercoffee/ZXPAutoLayout

 

保存账号密码:https://github.com/soffes/SSKeychain

 

多个View的layer共享:https://github.com/yishuiliunian/StyleSheet

 

下拉选择:https://github.com/wujy07/THComboBox

 

UITableView高度:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

 

WebView与JS交互:https://github.com/marcuswestin/WebViewJavascriptBridge

 

仿QQ侧滑:https://github.com/oopww1992/WWSideslipViewController

 

和微信右上角一样的选择控件:https://github.com/Aster0id/YCXMenuDemo_ObjC

 

创建Excel:https://github.com/ShenYahui/YHExcelView

 

丰富的iOS组件:https://github.com/ibireme/YYKit

 

横滑选择:https://github.com/squarezw/ZWSlideViewController

 

轮播:https://github.com/gsdios/SDCycleScrollView

 

使view通过Model的方式弹出:https://github.com/SongRanMark/SRMModalViewController

 

通讯录列表排序:https://github.com/c6357/YUChineseSorting

转载于:https://my.oschina.net/123009/blog/697912


http://www.niftyadmin.cn/n/3862801.html

相关文章

通过容器进行持续部署

Docker在2013年三月实现了开源发布,它的出现让软件开发行业对于现代化应用的打包以及部署方式发生了巨大的变化。紧随着Docker的发布,各种具有竞争性、致敬性以及支持性的容器技术纷纷涌现,为这一领域带来了极大的关注度,同时也引…

Android异步通信:手把手教你使用Handler消息传递机制(含实例讲解)

前言 在Android开发的多线程应用场景中,Handler机制十分常用今天,我将献上一份 Handler机制的使用教程 ,希望你们会喜欢 Anroid Handler系列文章教程 Android异步通信:Handler机制学习攻略 Android异步通信:Handler使…

PHP文件上传-单文件上传函数

为什么80%的码农都做不了架构师&#xff1f;>>> 文件上传函数&#xff1a;upload5.php <?php /*** param array $file 文件上传的信息* param string $path 文件存放路径&#xff0c;不会自动生成&#xff0c;需要手动创建* param array $allowType 文件上传类…

mysql之导入与导出

SELECT INTO…OUTFILE语句把表数据导出到一个文本文件中&#xff0c;并用LOAD DATA …INFILE语句恢复数据。但是这种方法只能导出或导入数据的内容&#xff0c;不包括表的结构&#xff0c;如果表的结构文件损坏&#xff0c;则必须先恢复原来的表的结构。一、SELECT INTO…OUTFI…

linux 未跑程序 内存 cache使用过大

linux与windows不同&#xff0c;会存在缓存内存&#xff0c;通常叫做Cache Memory。有些时候你会发现没有什么程序在运行&#xff0c;但是使用top或free命令看到可用内存会很少&#xff0c;此时查看Linux系统 /proc/meminfo 文件&#xff0c;会发现有一项 Cached Memory&#x…

并查集,是否成树,Poj(1308)

思路&#xff1a; 对于每一条新的边的两个端点&#xff0c;是否是属于一颗树&#xff0c;要是的话&#xff0c;就不是一颗树。否则&#xff0c;就合并。 这里要注意的是&#xff0c;不能是森林&#xff0c;我这里WA了两次了。只不过在最后&#xff0c;查看每个节点的祖先是否是…

jquery分页插件

引用 <link href"css/jBootstrapPage.css" rel"stylesheet"/> <script src"js/jBootstrapPage.js"></script> 配置 <div><ul class"pagination"></ul> </div> <script type"text/j…

python 元祖(tuple)

元祖和列表几乎相同&#xff0c;但是元祖一旦初始化是不可变更内容的 元祖的表示方式是caassmates()&#xff0c; 要记住所有列表能用的。元祖都能用&#xff0c;但是就是不能变内容 注&#xff1a;记住&#xff0c;在python中的元祖&#xff0c;为了引起不必要的麻烦&#xff…