Skip to content

Commit 59e8ac1

Browse files
committed
解答阿里字节一套高效的iOS面试题【65%】(Block && 多线程部分) && 新增赞赏码
1 parent 3efbfed commit 59e8ac1

29 files changed

+550
-48
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
|CocoaPods 相关 |[**cocoapods-plugins**](./iOSNote/CocoaPods/cocoapods-plugins.md)<br>[提交开源框架之流程](./iOSNote/CocoaPods/cocoapods-podspec.md)<br>[管理库的使用技巧](./iOSNote/CocoaPods/cocoapods-podspec.md)<br>[私有源组件化及podfile总结](./iOSNote/CocoaPods/Podfile.md)<br>[私有库参考Demo](https://github.com/DevDragonLi/iOSDevDemo/tree/master/1-DevDemo/PodPrivate_demo)<br>[podspec总结](./iOSNote/CocoaPods/podspec.md)|
6464
|开源框架|**[WiFi显示图片高清图;蜂窝显示图片缩略图解析](./iOSNote/Analyze/SDWebImage/网络网络状态不同加载图片.md)**<br>**[MJRefresh源码解析](./iOSNote/Analyze/MJRefresh/MJRefresh.md)**|
6565

66+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
67+
68+
</p>
69+
<img src="./images/wechat.JPG" width="300" height="300">
70+
</p>
71+
6672
## 欢迎提交 PR / issue
6773

6874

images/wechat.JPG

46.9 KB
Loading

interview-iOS/01一份"有点难"的iOS面试题MrPeak2016年.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,11 @@ dispatch_semaphore_signal(signal):可以理解为 unlock,会使得 signal 值
239239

240240
- [面试题系列目录](../README.md)
241241
- **下一份**: [interview-iOS-2](02interview-iOS-2.md)
242+
243+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
244+
245+
</p>
246+
<img src="../images/wechat.JPG" width="300" height="300">
247+
</p>
248+
249+

interview-iOS/02interview-iOS-2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,9 @@
206206
- [面试题系列目录](../README.md)
207207
- **上一份**: [01一份"有点难"的iOS面试题MrPeak2016年](01一份"有点难"的iOS面试题MrPeak2016年.md)
208208
- **下一份**: [interview-iOS-3](03interview-iOS-3.md)
209+
210+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
211+
212+
</p>
213+
<img src="../images/wechat.JPG" width="300" height="300">
214+
</p>

interview-iOS/03interview-iOS-3.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,11 @@ NSData *dataStream = [@8 dataUsingEncoding:NSUTF8StringEncoding];
327327
328328
- [面试题系列目录](../README.md)
329329
- **上一份**: [interview-iOS-2](02interview-iOS-2.md)
330-
- **下一份**: [interview-iOS-4](04interview-iOS-4.md)
330+
- **下一份**: [interview-iOS-4](04interview-iOS-4.md)
331+
332+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
333+
334+
</p>
335+
<img src="../images/wechat.JPG" width="300" height="300">
336+
</p>
337+

interview-iOS/04interview-iOS-4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,8 @@
203203
- **上一份**: [interview-iOS-3](interview-iOS-3.md)
204204
- **下一份**: [宝库iOS开发笔试题2017年:参考答案已更新完毕](05iOS宝库iOS开发笔试题2017年.md)
205205

206+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
206207

208+
</p>
209+
<img src="../images/wechat.JPG" width="300" height="300">
210+
</p>

interview-iOS/05iOS宝库iOS开发笔试题2017年.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,10 @@ dispatch_group_t group = dispatch_group_create();
240240
- [面试题系列目录](../README.md)
241241
- **上一份**: [interview-iOS-4](04interview-iOS-4.md)
242242
- **下一份**: [iOS基础问题系列2017年:参考答案已更新完毕](06iOS基础问题系列2017年.md)
243+
244+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
245+
246+
</p>
247+
<img src="../images/wechat.JPG" width="300" height="300">
248+
</p>
249+

interview-iOS/06iOS基础问题系列2017年.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,8 @@ addStudent("DragonLi")
220220
- **上一份**: [宝库iOS研发岗面试2017年:参考答案已更新完毕](05iOS宝库iOS开发笔试题2017年.md)
221221
- **下一份**: [深圳iOS面试分享2018年4月](07深圳iOS面试分享2018年4月.md)
222222

223+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
224+
225+
</p>
226+
<img src="../images/wechat.JPG" width="300" height="300">
227+
</p>

interview-iOS/07深圳iOS面试分享2018年4月.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,9 @@ NSLog(@"%@", weakString);
118118
- [面试题系列目录](../README.md)
119119
- **上一份**: [iOS基础问题系列2017年](06iOS基础问题系列2017年.md)
120120
- **下一份**: [我的iOS面试之旅](08字节跳动面试题:2018年4月.md)
121+
122+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
123+
124+
</p>
125+
<img src="../images/wechat.JPG" width="300" height="300">
126+
</p>

interview-iOS/08字节跳动面试题:2018年4月.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,8 @@ objc_AssociationPolicy policy:内存管理的策略
209209
- **上一份**: [深圳iOS面试分享2018年4月](07深圳iOS面试分享2018年4月.md)
210210
- **下一份**: [头条网易微信阿里美团硕士春招面试题2018年3月](09头条网易微信阿里美团硕士春招面试题2018年3月.md)
211211

212+
## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
213+
214+
</p>
215+
<img src="../images/wechat.JPG" width="300" height="300">
216+
</p>

0 commit comments

Comments
 (0)