iOS ) UIWindow. 그리고 UIView

Apple Developer Documentation

Untitled

Untitled

위 사진들은 UIWindow, UIView라고 검색하면 바로 볼 수 있는 사진들이다. UIWindow위에 UIView가 올라가 있는 모습을 볼 수 있다.

스크린샷 2022-11-14 오후 10.30.35.png

Single View Application으로 하나 만들면, 메인 스토리보드에 ViewController가 하나 있다.

스크린샷 2022-11-14 오후 10.32.41.png

위의 사진처럼 UIWindow위에 UIView가 있는 것을 확인할 수 있다.

UIView의 super class UIWindow이다?

→ ❌

Untitled

UIView가 UIWindow의 super class이다.