File tree Expand file tree Collapse file tree 6 files changed +112
-33
lines changed Expand file tree Collapse file tree 6 files changed +112
-33
lines changed Original file line number Diff line number Diff line change 1010
1111> 备注:此仓库2020/04/10重建,聚焦于** iOS面试题和开发笔记** ,仅留存(2020年前)提交日志。
1212
13- > 如果你觉得此仓库对你有价值,欢迎 star/fork,蟹蟹 🤝。
13+ > 如果你觉得此仓库对你有价值,欢迎 star/fork,蟹蟹 🤝 🍺 。
1414
1515</p >
1616<img src =" https://starcharts.herokuapp.com/DevDragonLi/iOSDevNotesAndInterviews.svg " width =" 520 " height =" 211 " >
1717</p >
1818
1919- ** [ iOSDevNote] ( #iOSDevNote ) **
20- - ** [ Git,markdown ,shell等已迁移,点此 ] ( https://github.com/DevDragonLi/DevelopBaseNote ) **
20+ - ** [ Git,markdown ,shell相关已迁移此处 ] ( https://github.com/DevDragonLi/DevelopBaseNote ) **
2121
2222## <a name =" iOSinterview " ></a > iOS面试题目列表
2323
24- > ** 可能是迄今为止东半球收集整理并解答参考较为全的面试题集合 **
24+ > ** 已是迄今为止东半球收集整理并解答参考最为全的面试题集合 **
2525
26- > ① 温馨提示:可从任意份面试题点击进入,每份文档提供 ` 上一份 ` 和 ` 下一份 ` 超链方便查阅,并提供面试题问题大纲 。
26+ > ① 温馨提示:可任意份面试题点进,每份文档均提供 ` 上/ 下一份` 超链方便查阅,并提供大纲超链 😁 。
2727
28- > ② 大部分面试题已经更新整理了 ` 参考答案 ` 并 默认` 折叠 ` 方式展示(参考点击即可查阅答案)。
28+ > ② 标注的面试题已经更新并整理 ` 参考答案 ` 默认` 折叠 ` 方式展示(参考点击即可查阅答案)
2929
30301 . [ 一份"有点难"的iOS面试题MrPeak2016年:参考答案完整✅] ( ./interview-iOS/01一份"有点难"的iOS面试题MrPeak2016年.md )
31312 . [ interview-iOS-2:参考答案完整✅] ( ./interview-iOS/02interview-iOS-2.md )
535324 . [ 阿里iOS五轮面经2019年10月] ( ./interview-iOS/24阿里iOS五轮面经2019年10月.md )
545425 . [ 小米百度bigo滴滴快手等iOS面试题2020年上:参考答案补充完善中🚀] ( ./interview-iOS/25小米百度bigo滴滴快手等iOS面试题2020年上.md )
555526 . [ 腾讯iOS六轮面试分享2020年] ( ./interview-iOS/26腾讯iOS六轮面试分享2020年.md )
56+ 27 . [ 抖音快手等面试题2020年9月] ( ./interview-iOS/27抖音快手等面试题2020年9月.md )
5657
5758
5859## <a name =" iOSDevNote " ></a > iOSDevNote
Original file line number Diff line number Diff line change 212212
213213- [ 面试题系列目录] ( ../README.md )
214214- ** 上一份** : [ 第22份:2020年3月份快手X3岗面试题] ( 22快手X3岗面试题2020年3月.md )
215- - ** 下一份** : [ 阿里iOS五轮面经2019年10月] ( 24阿里iOS五轮面经2019年10月.md )
215+ - ** 下一份** : [ 第24份: 阿里iOS五轮面经2019年10月] ( 24阿里iOS五轮面经2019年10月.md )
216216
217217
218218
Original file line number Diff line number Diff line change 8686* 未来的职业规划
8787* 希望有帮助,十月大家一起加油呀~ !希望大家都Offer++~ !
8888
89- ## 链接
90-
91- - [ 面试题系列目录] ( ../README.md )
92- - ** 上一份** : [ 抖音面试题2020年3月] ( 23抖音面试题2020年3月.md )
93- - ** 下一份** : [ 小米百度bigo滴滴快手等iOS面试题2020年上] ( 25小米百度bigo滴滴快手等iOS面试题2020年上.md )
94-
95- ## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
89+ ### 觉得整理的蛮不错,可以赞赏一下旺仔(收集整理不易,且赞且珍惜)
9690
9791</p >
98- <img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
99- <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " >
92+ <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " ><img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
93+ </p >
94+
95+ ## 链接
10096
101- </p >
97+ - [ 面试题系列目录] ( ../README.md )
98+ - ** 上一份** : [ 第23份:抖音面试题2020年3月] ( ./23抖音面试题2020年3月.md )
99+ - ** 下一份** : [ 第25份:小米百度bigo滴滴快手等iOS面试题2020年上] ( ./25小米百度bigo滴滴快手等iOS面试题2020年上.md )
100+ =
Original file line number Diff line number Diff line change 232232* 在子线程中是如何进行内存管理的JSBridge 是如何实现的,以及和原生的调用关系。
233233* 问到了一些 AFNetworking 和 SDWebImage 相关的实际开发中的问题。
234234
235- ## 链接
236-
237- - [ 面试题系列目录] ( ../README.md )
238- - ** 上一份** : [ 阿里iOS五轮面经2019年10月] ( 24阿里iOS五轮面经2019年10月.md )
239- - ** 下一份** : [ 腾讯iOS六轮面试分享2020年] ( 26腾讯iOS六轮面试分享2020年.md )
240-
241- ## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
235+ ### 觉得整理的蛮不错,可以赞赏一下旺仔(收集整理不易,且赞且珍惜)
242236
243237</p >
244- <img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
238+ <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " ><img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
239+ </p >
240+
241+ ## 链接
245242
246- </p >
243+ - [ 面试题系列目录] ( ../README.md )
244+ - ** 上一份** : [ 第24份:阿里iOS五轮面经2019年10月] ( ./24阿里iOS五轮面经2019年10月.md )
245+ - ** 下一份** : [ 第26份:腾讯iOS六轮面试分享2020年] ( ./26腾讯iOS六轮面试分享2020年.md )
Original file line number Diff line number Diff line change 8282
8383> 未完,待续。。。
8484
85- ## 链接
86-
87- - [ 面试题系列目录] ( ../README.md )
88- - ** 上一份** : [ 阿里iOS五轮面经2019年10月] ( 24阿里iOS五轮面经2019年10月.md )
8985
90- ## 赞赏一下旺仔 (收集整理不易,且赞且珍惜)
86+ ### 觉得整理的蛮不错,可以赞赏一下旺仔 (收集整理不易,且赞且珍惜)
9187
9288</p >
93- <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " >
94- <img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
95-
89+ <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " ><img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
9690</p >
91+
92+ ## 链接
93+
94+ - [ 面试题系列目录] ( ../README.md )
95+ - ** 上一份** : [ 第25份:小米百度bigo滴滴快手等iOS面试题2020年上] ( ./25小米百度bigo滴滴快手等iOS面试题2020年上.md )
96+ - ** 下一份** : [ 第27份:抖音快手等面试题2020年9月] ( ./27抖音快手等面试题2020年9月.md )
97+
Original file line number Diff line number Diff line change 1+ > 备注:此题目为掘金技术群某帅哥授权分享【Along】😁
2+
3+
4+ ## 抖音商业化团队
5+
6+ > 自我介绍
7+
8+ > 聊聊之前的项目
9+
10+ ### 你对iOS多线程的认识
11+
12+ ### OC消息发送机制,objc_msgSend那一套
13+
14+ ### runloop理解
15+
16+ ### 做过哪些性能优化
17+
18+ ### 一道算法题,求数组逆序数,要求说出来思路,并且白板编程
19+
20+ ## 快手公共平台组
21+
22+ > 1.自我介绍,聊聊之前的项目巴拉巴拉。
23+
24+ ### 多线程,runtime,runloop,objc_msgSend 流程
25+
26+ ### 做过哪些性能优化,哪些情况会引起离屏渲染
27+
28+ ### autorelease pool
29+
30+ ### setneeddisplay 和 layoutifneed 的区别
31+
32+ ### 什么情况会触发layoutsubviews
33+
34+ ### 大概问了下数据结构的一些问题,堆排序
35+
36+
37+ ## 其他家的面试题目
38+
39+ ### websocket说下你对这个协议的理解
40+
41+ ### 让你实现一套小程序框架,你怎么实现(有点变态)
42+
43+ ### https/http 区别。https 过程
44+
45+ ### 排序算法用过哪些,原理
46+
47+ ### C++智能指针了解过么?
48+
49+ ### NSNotification 为啥要设计成在同一个线程里面执行任务
50+
51+ ### HTTP2.0 有什么变化
52+
53+ ### js里面的变量let var 区别,js里面的原型和继承了解么
54+
55+ ### 单向链表相交怎么判断
56+
57+ ### SwiftUI 和 绑定技术
58+
59+ ### 强引用弱引用的区别,是怎么实现的
60+
61+ ### block原理
62+
63+ ### 设计模式知道哪些,在项目里面用到哪些,你的项目架构是怎么设计的
64+
65+ ### 如果类似数组越界这种随机崩溃情况,交给你处理,你有什么处理的思路么?从哪些方面入手。
66+
67+
68+ ## 觉得整理的蛮不错,可以赞赏一下旺仔(收集整理不易,且赞且珍惜)
69+
70+ </p >
71+ <img src =" ../images/wechat.JPG " width =" 300 " height =" 300 " ><img src =" https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/18ff90e4c8344f86aa69c34065bb379a~tplv-k3u1fbpfcp-zoom-1.image " width =" 300 " height =" 300 " >
72+ </p >
73+
74+ ## 链接
75+
76+ - [ 面试题系列目录] ( ../README.md )
77+ - ** 上一份** : [ 第26份:腾讯iOS六轮面试分享2020年] ( ./26腾讯iOS六轮面试分享2020年.md )
78+
79+
You can’t perform that action at this time.
0 commit comments