Swift3.0 开发三方库收集

zslzslzsl 7年前
   <h2>网络请求</h2>    <ul>     <li><strong><a href="/misc/goto?guid=4958851213782329914" rel="nofollow,noindex">Alamofire (Swift)</a> </strong><br> 封装好的网络请求参考 <a href="/misc/goto?guid=4959732687414333306" rel="nofollow,noindex">这里</a></li>     <li><strong><a href="/misc/goto?guid=4958534310710754815" rel="nofollow,noindex">AFNetworking (OC)</a> </strong></li>     <li><strong><a href="/misc/goto?guid=4958851213980494983" rel="nofollow,noindex">SwiftyJSON (Swift)</a> </strong><br> Swift中网络请求的数据处理,使用起来非常非常方便,文档中用法也非常详细</li>    </ul>    <h2>图片加载</h2>    <ul>     <li><strong><a href="/misc/goto?guid=4958838688702703567" rel="nofollow,noindex">SDWebImage(OC)</a> </strong></li>     <li><strong><a href="/misc/goto?guid=4958872058774071441" rel="nofollow,noindex">Kingfisher (Swift)</a> </strong><br> 网络图片加载,可以添加默认图片等,会对网络图片进行缓存</li>    </ul>    <h2>界面</h2>    <ul>     <li><strong><a href="/misc/goto?guid=4958968153529640282" rel="nofollow,noindex">SnapKit (Swift)</a> </strong><br> 布局约束非常好用的框架,详细的用法可参考 <a href="/misc/goto?guid=4959732687657019490" rel="nofollow,noindex">航哥知识平台</a></li>     <li><strong><a href="/misc/goto?guid=4958968202817889243" rel="nofollow,noindex">IQKeyboardManager (Swift&&OC)</a> </strong><br> 你还在为处理键盘的弹出收起而苦恼吗?处理键盘遮挡问题,谁用谁知道,加入一行代码即可使用。</li>     <li><strong><a href="/misc/goto?guid=4958870672840018332" rel="nofollow,noindex">MBProgressHUD (OC)</a> </strong><br> HUD&Toast的显示,最好是自己封装下再使用, <a href="/misc/goto?guid=4959732687809606507" rel="nofollow,noindex">封装参考</a></li>     <li><strong><a href="/misc/goto?guid=4958870674500642597" rel="nofollow,noindex">iCarousel (OC)</a> </strong><br> 滑动轮播图,可实现多种样式的滑动轮播效果</li>     <li><strong><a href="/misc/goto?guid=4959635058706459810" rel="nofollow,noindex">CNPPopupController(OC)</a> </strong><br> 弹窗,比较轻便的一个pop组件,用起来还不错</li>     <li><strong><a href="/misc/goto?guid=4958968161053097649" rel="nofollow,noindex">EasyTipView(Swift&&OC)</a> </strong><br> 友好地对用户展示操作提示库<br> <img src="https://simg.open-open.com/show/148b5f93c1213f04b2986fc0b85cd708.png"> <p>屏幕快照 2016-12-29 上午10.59.49.png</p> <h2>刷新</h2> </li>     <li><strong><a href="/misc/goto?guid=4958879039621352972" rel="nofollow,noindex">MJRefresh(OC)</a> </strong><br> 上拉加载,下拉刷新,可以自定义实现多种样式</li>    </ul>    <h2>其他</h2>    <ul>     <li><strong><a href="/misc/goto?guid=4959732688009775441" rel="nofollow,noindex">PhotoPicker(Swift)</a> </strong><br> 类似微信的实现照片多选的功能</li>     <li><strong><a href="/misc/goto?guid=4959732688092193022" rel="nofollow,noindex">OCR(OC)</a> </strong><br> 身份证扫描,识别速度特别快,可以快速识别出身份证正反面所有的信息</li>     <li><strong><a href="/misc/goto?guid=4959732688180544832" rel="nofollow,noindex">KMCGeigerCounter(OC)</a> </strong><br> 监测app的卡顿情况,具体介绍 <a href="/misc/goto?guid=4959732688258892258" rel="nofollow,noindex">参考</a><br> 注:使用时注意文章最后的PS,加在AppDelegate中会报错的,要加载viewController中</li>     <li><strong><a href="/misc/goto?guid=4959716479354163270" rel="nofollow,noindex">MLeaksFinder(OC)</a> </strong><br> 监测app有无内存泄漏情况,直接导入就可以,不用添加任何代码,在有内存泄露的界面就会弹出窗口提醒。</li>    </ul>    <h2>外链</h2>    <ul>     <li><strong><a href="/misc/goto?guid=4959732688367286653" rel="nofollow,noindex">更多的查询路径1</a> </strong></li>    </ul>    <p> </p>    <p>来自:http://www.jianshu.com/p/883ef3ce8bd1</p>    <p> </p>