We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024256 commit 99999d4Copy full SHA for 99999d4
README.md
@@ -60,6 +60,7 @@
60
* UIWebView 有哪些性能问题?有没有可替代的方案。
61
* 为什么 NotificationCenter 要 removeObserver? 如何实现自动 remove?
62
* 当 `TableView` 的 `Cell` 改变时,如何让这些改变以动画的形式呈现?
63
+* 什么是 `Method Swizzle`,什么情况下会使用?
64
65
## 经验类问题
66
* 为什么 `UIScrollView` 的滚动会导致 `NSTimer` 失效?
@@ -92,3 +93,4 @@
92
93
* http://way2ios.com/development/ios-development-2/iphone-interview-question-answers/
94
* https://blackpixel.com/writing/2013/04/interview-questions-for-ios-and-mac-developers-1.html
95
* https://github.com/CameronBanga/iOS-Developer-and-Designer-Interview-Questions
96
+
0 commit comments