From 3aef39f62165f1cf765d6c5a9fcdc394aeeea796 Mon Sep 17 00:00:00 2001 From: JiWon Lee Date: Mon, 7 Dec 2020 22:01:04 +0900 Subject: [PATCH] docs: link to issue #38 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc93a6a..d45b75c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ From [JeaSungLEE/iOSInterviewquestions](https://github.com/JeaSungLEE/iOSIntervi - [App Bundle의 구조와 역할에 대해 설명하시오.](../../issues/35) - [View 객체에 대해 설명하시오.](../../issues/36) - [UIView 에서 Layer 객체는 무엇이고 어떤 역할을 담당하는지 설명하시오.](../../issues/37) -- UIWindow 객체의 역할은 무엇인가? +- [UIWindow 객체의 역할은 무엇인가?](../../issues/38) - UINavigationController 의 역할이 무엇인지 설명하시오. - 모든 View Controller 객체의 상위 클래스는 무엇이고 그 역할은 무엇인가? - 앱이 시작할 때 main.c 에 있는 UIApplicationMain 함수에 의해서 생성되는 객체는 무엇인가?