iOS 收藏一些好用的Demo与工具类(持续更新)

1、访问照片、相机、图片多选等

标准的多选

https://github.com/MakeZL/ZLPhotoLib 

类似于QQ的多选

https://github.com/DaMingShen/SuPhotoPicker


2、网络数据请求(网络判断)

https://github.com/AFNetworking/AFNetworking

3、图片加载

https://github.com/rs/SDWebImage

4、数据模型转换

https://github.com/CoderMJLee/MJExtension

5、刷新加载

https://github.com/CoderMJLee/MJRefresh

6、即时通讯

https://github.com/robbiehanson/XMPPFramework

7、提示框

https://github.com/jdg/MBProgressHUD

8、数据存储

https://github.com/ccgus/fmdb

9、滑动返回(不需要系统POP)

https://github.com/forkingdog/FDFullscreenPopGesture

10、音频转换 AMR<---->WAV(安卓与iOS语音互聊)

https://github.com/AwakenDragon/VoiceConvert

11、视频播放器

//支持单元格播放,断点下载等

https://github.com/renzifeng/ZFPlayer

//支持横竖屏旋转(90°&&180°),音量、亮度调节,左侧为亮度调节,右侧为音量调节,以及快进快退、加载进度(非缓存)

https://github.com/0summer0/VideoPlayerDemo

12、网易新闻类

https://github.com/iDvel/DDNews

13、弹幕

https://github.com/unash/BarrageRenderer 

14、今日头条,网易新闻 标签页编辑页面

https://github.com/codeWorm2015/channelEdit

15、其他小玩意

表白程序员

https://github.com/Naruto-yq/AnimationDemoOne 

16、UIWebView页面信息的离线缓存

https://github.com/rnapier/RNCachingURLProtocol 

只需要在AppDelegate中加入下面即可。

[NSURLProtocolregisterClass:[RNCachingURLProtocol class]];

17、IM项目

爱萌

https://github.com/imsdk/IMDev-iOS 

18、删除项目中多余的图片资源

https://github.com/tinymind/LSUnusedResources 

19、获取其他app的资源图片(Assets.car)

https://github.com/steventroughtonsmith/cartool 

20、OC代码规范

https://github.com/samlaudev/Objective-C-Coding-Style#underscores 

21、聊天界面(仿微信、QQ)

https://github.com/CCSH/SHChatMessageUI 

22、群组详情(微信的群详情)

https://github.com/CCSH/SHGroupDetailsUI 

23、发布界面(添加图片、文字)

https://github.com/CCSH/SHPublishUI 

24、表情键盘(图文混排)

https://github.com/CCSH/SHEmotionKeyboard

25、粒子动画效果

https://github.com/Xieyupeng520/AZEmitter 

26、各种mac破解版软件

破解软件

27、新闻类的标签滚动,微博标签切换

标签页

28、微信朋友圈

朋友圈

29、表情键盘

表情键盘

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容