Skip to content

Commit 631d7f3

Browse files
committed
add 完全解耦的项目Debug菜单中心组件
1 parent 0c0059b commit 631d7f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
</p>
44
<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">
77
<img src="https://img.shields.io/badge/platform-iOS-ff69b4.svg">
88
<img src="https://img.shields.io/badge/language-Objective--C-orange.svg">
99
<img src="https://img.shields.io/badge/language-Swift-abcdef.svg">
@@ -16,22 +16,22 @@
1616

1717
[![Stargazers over time](https://starcharts.herokuapp.com/DevDragonLi/iOSDevDemo.svg)](https://starcharts.herokuapp.com/DevDragonLi/iOSDevDemo)
1818

19-
* 详细细节还需要看各demo文件夹说明
19+
* 详细细节还需要看各demo文件夹说明
2020

2121

2222
| CATEGORY | FILE |
2323
|:----|:----|
2424
| 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)|
2626
| 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依次插入动画)|
2727
| 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)|
2929

3030

3131
## <a name="Example_GIF "></a> Example_GIF
3232
</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">
3535
</p>
3636

3737

0 commit comments

Comments
 (0)