|
2 | 2 |
|
3 | 3 | </p> |
4 | 4 | <p align='left'> |
5 | | -<img src="http://githubbadges.com/star.svg?user=DevDragonLi&repo=iOSDevDemo"> |
6 | | -<img src="http://githubbadges.com/fork.svg?user=DevDragonLi&repo=iOSDevDemo"> |
| 5 | +<img src="https://img.shields.io/github/stars/DevDragonLi/iOSDevDemo.svg"> |
| 6 | +<img src="https://img.shields.io/github/forks/DevDragonLi/iOSDevDemo.svg"> |
7 | 7 | <img src="https://img.shields.io/badge/platform-iOS-ff69b4.svg"> |
8 | 8 | <img src="https://img.shields.io/badge/language-Objective--C-orange.svg"> |
9 | 9 | <img src="https://img.shields.io/badge/language-Swift-abcdef.svg"> |
|
16 | 16 |
|
17 | 17 | [](https://starcharts.herokuapp.com/DevDragonLi/iOSDevDemo) |
18 | 18 |
|
19 | | -* 详细细节还需要看各demo文件夹说明 |
| 19 | +* 详细细节还需要看各demo文件夹说明 |
20 | 20 |
|
21 | 21 |
|
22 | 22 | | CATEGORY | FILE | |
23 | 23 | |:----|:----| |
24 | 24 | | NOTE |[iOS经典Crash分析与总结:QQ](iOS经典Crash分析与总结:QQ/readme.md)<br>[GCD](./GCD_Demo)<br>[KVO](./KVO)<br>[InterviewExampleCode](./InterviewExampleCode)| |
25 | | -| DevDemo |[一个利用OCMock+GHU进行单元测试的Demo](./1-DevDemo/XituUnitTestDemo)<br>[sharedInstanceDemo&&destroy](./1-DevDemo/sharedInstanceDemo)<br>[一个简单私有化pod的demo](./1-DevDemo/PodPrivate_demo)<br>[ReactiveObjCDemo-早期code](./1-DevDemo/ReactiveObjCDemo)<br>[列表预加载处理方案](./1-DevDemo/preloadListData)<br>[CodeSnippets && FaceID&&TouchID](./1-DevDemo)| |
| 25 | +| DevDemo |[完全解耦的项目Debug菜单中心组件](https://github.com/DevDragonLi/iOSDebugKit)<br>[**ProtocolService业务组件化Demo**](https://github.com/DevDragonLi/ProtocolServiceManger)<br>[一个利用OCMock+GHU进行单元测试的Demo](./1-DevDemo/XituUnitTestDemo)<br>[sharedInstanceDemo&&destroy](./1-DevDemo/sharedInstanceDemo)<br>[一个简单私有化pod的demo](./1-DevDemo/PodPrivate_demo)<br>[ReactiveObjCDemo-早期code](./1-DevDemo/ReactiveObjCDemo)<br>[列表预加载处理方案](./1-DevDemo/preloadListData)<br>[CodeSnippets && FaceID&&TouchID](./1-DevDemo)| |
26 | 26 | | UIDemo |[**适配暗黑模式组件Demo**](https://github.com/DevDragonLi/LFLDarkModeKit)<br>**多图选择器(带内置拍照)demo**[XTPhotoPicker](./3-UIDemos/XTPhotoPicker/readme.md)<br>[LFLRandomCodeView绘制图片随机验证码](./3-UIDemos/LFLRandomCodeView)<br>[高仿对于keep有点亮效果实现(文本各方向箭头tips)](./3-UIDemos/KeepGuide)<br>[简单封装拍照相册选取工具&&相关涉及代码](/3-UIDemos/CameraAndPhotoAlbumDemo/readme.md)<br>[头像点击查看大图和保存功能DemoOC版本](./3-UIDemos/LFLHeadimageBrowserDemo),[Swift版本](https://github.com/DevDragonLi/SwiftCodeRepo/tree/master/LFLHeadimageBrowserDemo)<br>[TableViewCell依次插入动画](./3-UIDemos/TableViewCell依次插入动画)| |
27 | 27 | | AdapteriOS |[iOS-adapter-iPhoneX](./2-AdapteriOS/iOS-adapter-iPhoneX.md)<br>[掘金客户端AdapteriOS11](./2-AdapteriOS/README.md)<br>[iOS11-TabBar跳跃解决方案](./2-AdapteriOS/iOS11_TabBar.md)<br>[more content details](./2-AdapteriOS)<br>| |
28 | | -| 项目涉及GIF有关处理和优化 |[对于旧项目,采用 sdwebimage 4.0以下版本,可以参考 demo](./4-GIFDemos/GIF-Optimize) <br>[相册选取 GIF处理,展示,解决浏览和优化内存占用问题](./4-GIFDemos/handle_Album_Select_GIF_Demo)| |
| 28 | +| 项目GIF有关处理和优化 |[对于旧项目,采用 sdwebimage 4.0以下版本,可以参考 demo](./4-GIFDemos/GIF-Optimize) <br>[相册选取 GIF处理,展示,解决浏览和优化内存占用问题](./4-GIFDemos/handle_Album_Select_GIF_Demo)| |
29 | 29 |
|
30 | 30 |
|
31 | 31 | ## <a name="Example_GIF "></a> Example_GIF |
32 | 32 | </p> |
33 | | -<img src="./1-DevDemo/XituUnitTestDemo/unitTest.png" width="200"> |
34 | | -<img src="./3-UIDemos/KeepGuide/1.gif" width="200"> |
| 33 | +<img src="./1-DevDemo/XituUnitTestDemo/unitTest.png" width="200" height="300"> |
| 34 | +<img src="./3-UIDemos/KeepGuide/1.gif" width="200" height="300"> |
35 | 35 | </p> |
36 | 36 |
|
37 | 37 |
|
|
0 commit comments