Skip to content

Commit 0968576

Browse files
committed
added some interview questions
* 如何为Class定义一个对外只读对内可读写的属性? * How to avoid retain cycle when using Blocks? * Difference between Category and Class Extension? * What is a meta-class in Objective-C?
1 parent 7c6b971 commit 0968576

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
* 如何让 Category 支持属性?
3939
* `NSOperation` 相比于 GCD 有哪些优势?
4040
* `strong` / `weak` / `unsafe_unretained` 的区别?
41+
* 如何为Class定义一个对外只读对内可读写的属性?
42+
* How to avoid retain cycle when using Blocks?
43+
* Difference between Category and Class Extension?
44+
* What is a meta-class in Objective-C?
4145
* `UIView``CALayer` 之间的关系?
4246
* 什么时候会发生「隐式动画」?
4347
* 如何处理异步的网络请求?

0 commit comments

Comments
 (0)