From a60ebc892b00f1377922c21de704e091898d43a2 Mon Sep 17 00:00:00 2001 From: Liberalism Date: Mon, 2 Jul 2018 16:19:22 +0800 Subject: [PATCH] update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 863e91e..6224506 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ - 8.如何暂停一个 `UIView` 中正在播放的动画?暂停后如何恢复?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/UIKit/8.第八题.md) - 9.说一下 `UIView` 的生命周期?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/UIKit/9.第九题.md) - 10.`UIViewController` 的生命周期?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/UIKit/10.第十题.md) +- 11.如何以通用的方法找到当前显示的`ViewController`? ## Foundation - 1.`nil`、`NIL`、`NSNULL` 有什么区别?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/Foundation/1.第一题.md)