Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6a6e5d1

Browse files
Merge branch 'master' into dev
2 parents 9f02f65 + b70955e commit 6a6e5d1

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ iOSInjectionProject/
6868

6969
.DS_Store
7070

71+
*.DS_Store
72+
*/.DS_Store
73+
DS_Store

‎README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
### 下载
44
-`pod install`很漫长或有问题,请戳百度网盘链接:https://pan.baidu.com/s/1xbyYfD6Zy9jRPgoAsdcGSA 密码:luxc <PS:不定期更新!!!>
55

6+
---
7+
68
### 概述
79
- 本工程主要是利用`iOS``Objective-C`开发的技术要点汇总;
810
- 涵盖了开发中踩坑的原因,以及填坑的技术分享;
911
- 抛砖引玉,取长补短,希望能够提供一点思路,避免少走一些弯路。
1012

13+
---
14+
1115
### 使用
1216
- [Cocoapods安装教程](https://www.cnblogs.com/chuancheng/p/8443677.html)
1317
-`Demo`利用`Cocoapods`管理第三方框架,若第一次使用本项目,请使用终端`cd`到如下图所示的文件夹,执行`pod install`命令即可。
@@ -24,15 +28,34 @@
2428
$ sudo gem update --system
2529
$ sudo gem install cocoapods -n/usr/local/bin
2630
```
31+
---
2732

2833
### 期待
2934
- 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的代码看看BUG修复没有)。
3035
- 如果在使用过程中发现有更好或更巧妙的实用技术,希望你能Issues我,我非常为该项目扩充更多好用的技术,谢谢。
3136
- 如果通过该工程的使用和说明文档的阅读,对您在开发中有一点帮助,码字不易,还请点击右上角`star`按钮,谢谢;
3237
- 简书地址:<http://www.jianshu.com/u/126498da7523>
3338

39+
---
40+
41+
### 主页
42+
43+
| GitHub | 掘金 | 简书 | CSDN | 知乎 |
44+
| :----------------------------------------: | :---------------------------------------------------------: | :------------------------------------------------: | :------------------------------------------: | ---------------------------------------------------- |
45+
| [点击进入](https://github.com/CoderMikeHe) | [点击进入](https://juejin.im/user/59128ee21b69e6006868d639) | [点击进入](https://www.jianshu.com/u/126498da7523) | [点击进入](https://blog.csdn.net/u011581932) | [点击进入](https://www.zhihu.com/people/codermikehe) |
46+
47+
---
48+
49+
### 商业互吹
50+
- [iOS版WeChat](https://github.com/CoderMikeHe/WeChat)
51+
- [Flutter版WeChat](https://github.com/CoderMikeHe/flutter_wechat)
52+
- [Vue版WeChat](https://github.com/CoderMikeHe/vue-wechat)
53+
- [WeChat资源汇总](https://github.com/CoderMikeHe/WeChat_Resource)
54+
55+
---
3456

3557
### 博文
58+
- [iOS 横向滚动、水平布局、分组显示](https://www.jianshu.com/p/b21f48e1abbb)
3659
- [iOS 玩转UISlider](https://www.jianshu.com/p/9dc78695302b)
3760
- [iOS 利用AFNetworking实现大文件分片上传](https://www.jianshu.com/p/7919c620967e)
3861
- [iOS 基于MVC设计模式的基类设计](https://www.jianshu.com/p/1078a8d5d415)
@@ -42,8 +65,7 @@
4265
- [iOS 关于MVVM With ReactiveCocoa设计模式的那些事](https://www.jianshu.com/p/a0c22492a620)
4366
- [iOS 关于MVVM Without ReactiveCocoa设计模式的那些事](https://www.jianshu.com/p/db8400e1d40e)
4467
- [iOS 关于MVC和MVVM设计模式的那些事](https://www.jianshu.com/p/caaa173071f3)
45-
- [iOS UITableView 表头、表尾、段头、段尾 的坑(二)
46-
](https://www.jianshu.com/p/127bc31e1519)
68+
- [iOS UITableView 表头、表尾、段头、段尾 的坑(二)](https://www.jianshu.com/p/127bc31e1519)
4769
- [iOS 实现优酷视频的评论回复功能](https://www.jianshu.com/p/feb14f4eee1c)
4870
- [iOS 如何完全抓取出ipa包内的所有图片资源](https://www.jianshu.com/p/e6d7e1170ae6)
4971
- [iOS 实现微信朋友圈评论回复功能(二)](https://www.jianshu.com/p/733733fd042d)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /