iOS学习资源(四)
最近通过github和其他渠道获得的一些认为还算不错的资源。(资源全在印象笔记上,需要共享印象笔记的可以email:shavekevin@gmail.com或者shavekevin@163.com)。github是个好地方,建议有事没事去逛逛。
1.https://github.com/syedhali/EZAudio 音频处理
2.https://github.com/raffael/SISinusWaveView mac 端音频wave(波浪)
3.https://github.com/stefanceriu/SCSiriWaveformView 音频wave(波浪)iOS版本
4.https://github.com/zangqilong198812/PanelDemo 仪表盘demo
5.关于在哪里更新约束的问题
http://nelson.logdown.com/posts/2015/09/02/where-to-put-the-auto-layout-codes
6.http://www.jianshu.com/p/ac8ac991d77b xcode 插件资源
7.https://github.com/Forkong/FKRealGroup
FKRealGroup,创建真实目录xcode插件(好用的插件)
8.https://github.com/ksuther/KSImageNamed-Xcode KSImageNamed,自动补全图片名称xcode插件
9.https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill 找到图像上的face 然后居中显示
10.https://github.com/mamaral/MAFormViewController 表格类vc (填写个人基本信息之类的表格)
11.https://github.com/zyprosoft/ZYChat 聊天UI框架
12.https://github.com/yasuoza/YOChartImageKit 图表类
13.https://github.com/kevinzhow/PNChart 图表
14.https://github.com/jaydee3/JDStatusBarNotification 顶部通知bar
15.http://www.jianshu.com/p/d333cf6ae4b0 iOS 开发总结
16.http://draveness.me/autoreleasepool/ 自动释放池的前世今生
17.http://www.jianshu.com/p/198af7042b2d YYModel源代码阅读--基础知识
18.https://github.com/runner365/LiveVideoCoreSDK 视频直播sdk
19.https://github.com/wechat-python-sdk/wechat-python-sdk 微信公众平台 Python 开发包 (wechat-python-sdk)
20.https://github.com/weui/weui WeUI 是一套同微信原生视觉体验一致的基础样式库
21.https://github.com/panteng/wechat-h5-boilerplate 为腾讯微信优化的H5动效模板,帮助你快速构建全屏滚动型H5页面
22.https://github.com/electron/electron Atom 工具
23.https://github.com/namebryant/FFmpeg-Compilation FFmpeg 编译
24.https://github.com/unash/BarrageRenderer 弹幕
25.https://github.com/KittenYang/DynamicMaskSegmentSwitch 动画类switch
26.https://github.com/facebook/SocketRocket Facebook SocketRocket
27.https://github.com/Halley-Wong/HLBluetoothDemo 蓝牙操作和打印小票功能。
28.https://github.com/chiahsien/CHTCollectionViewWaterfallLayout 瀑布流
29.https://github.com/kstenerud/KSCrash KSCrash
30.https://github.com/Huohua/HHRouter 将VC映射成 URL,支持通过 URL 进行界面跳转
31.https://github.com/100mango/SwiftNotificationCenter
SwiftNotificationCenter
32.http://www.skyfox.org/cocoa-carthage-install-and-usage.html Carthage安装和使用教程