Skip to content

Commit 686073b

Browse files
authored
Update README.md
1 parent a697ab4 commit 686073b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ iOS面试题持续更新中!记得star一下哦!
66
谢谢你的打赏!
77

88
#### Objective_C语言特性
9-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/Objective_C%E8%AF%AD%E8%A8%80%E7%89%B9%E6%80%A7)
9+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/Objective_C%E8%AF%AD%E8%A8%80%E7%89%B9%E6%80%A7)
1010
>* 分类
1111
>* 扩展
1212
>* 代理(Delegate)
@@ -16,7 +16,7 @@ iOS面试题持续更新中!记得star一下哦!
1616
>* 属性关键字
1717
1818
#### runloop
19-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/Runloop)
19+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/Runloop)
2020

2121
>* RunLoop概念
2222
>* RunLoop的数据结构
@@ -40,7 +40,7 @@ iOS面试题持续更新中!记得star一下哦!
4040
>* 分类和类拓展的区别?
4141
4242
#### runtime
43-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/runtime)
43+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/runtime)
4444

4545
>* objc在向一个对象发送消息时,发生了什么?
4646
>* objc中向一个nil对象发送消息将会发生什么?
@@ -86,7 +86,7 @@ iOS面试题持续更新中!记得star一下哦!
8686
>* 代码题(二)
8787
8888
#### UI相关
89-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/UI%E7%9B%B8%E5%85%B3)
89+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/UI%E7%9B%B8%E5%85%B3)
9090

9191
>* UIView与CALayer
9292
>* 事件传递与视图响应链
@@ -97,14 +97,14 @@ iOS面试题持续更新中!记得star一下哦!
9797
>* 离屏渲染
9898
9999
#### Block相关面试题
100-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/Block%E7%9B%B8%E5%85%B3)
100+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/Block%E7%9B%B8%E5%85%B3)
101101

102102
>* 什么是Block?
103103
>* Block变量截获
104104
>* Block的几种形式
105105
106106
#### 多线程
107-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/%E5%A4%9A%E7%BA%BF%E7%A8%8B)
107+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/%E5%A4%9A%E7%BA%BF%E7%A8%8B)
108108

109109
>* 进程
110110
>* 线程
@@ -128,7 +128,7 @@ iOS面试题持续更新中!记得star一下哦!
128128
>* 自旋锁与互斥锁
129129
130130
#### 内存管理
131-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86)
131+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86)
132132

133133
>* 内存布局
134134
>* 内存管理方案
@@ -160,7 +160,7 @@ iOS面试题持续更新中!记得star一下哦!
160160
>* 在 Obj-C 中,如何检测内存泄漏?你知道哪些方式?
161161
162162
#### 算法面试题
163-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95)
163+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95)
164164

165165
>* 不用中间变量,用两种方法交换A和B的值
166166
>* 求最大公约数
@@ -179,7 +179,7 @@ iOS面试题持续更新中!记得star一下哦!
179179
>* 求无序数组中的中位数
180180
181181
#### 网络相关
182-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/%E7%BD%91%E7%BB%9C%E7%9B%B8%E5%85%B3)
182+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/%E7%BD%91%E7%BB%9C%E7%9B%B8%E5%85%B3)
183183

184184
>* 请求报文和响应报文
185185
>* HTTP的请求方式
@@ -215,7 +215,7 @@ iOS面试题持续更新中!记得star一下哦!
215215
>* 从IPv4到IPv6的迁移
216216
217217
#### 性能优化
218-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96)
218+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96)
219219

220220
>* 基本概念
221221
>* 怎么检测离屏渲染:
@@ -232,7 +232,7 @@ iOS面试题持续更新中!记得star一下哦!
232232
>* 如何优化 APP 的电量?
233233
234234
#### Animation
235-
[戳这里跳转到Githup](https://github.com/iOSputao/iOS-/tree/master/Animation)
235+
[戳这里跳转到Github](https://github.com/iOSputao/iOS-/tree/master/Animation)
236236

237237
>* 简要说一下常用的动画库。
238238
>* 请说一下对 CALayer 的认识

0 commit comments

Comments
 (0)