Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- swift haptic
- git
- 우아한 앱종료
- 이니셜라이저
- 레이아웃 사이클
- exit()
- viewDidAppear
- scroll indicator
- do try catch
- 스토리보드
- without Storyboard
- IOS
- loadView
- 런치 스크린
- indicator style
- 클로저
- FeedbackGenerator
- viewWillDisappear
- 아이폰
- 스위프트
- 스크롤 인디케이터
- 알뜰폰
- graceful termination
- 뷰컨
- 깃헙
- viewcontroller
- SWIFT
- viewDidDisappear
- 세븐모바일
- refreshControl
Archives
- Today
- Total
목록접근제어 (1)
예거's Bicycle for the mind
[iOS] ViewController 클래스의 인스턴스는 어디서 어떻게 만들어질까?
직전 글에서 UIView 를 다뤘으니, 이번 글에선 UIViewController 의 이니셜라이저에 대해 공부해보려고 합니다. UIViewController 클래스가 가진 2개의 이니셜라이저에 대해 알아보자 애플이 만들어둔 UIKit 내의 UIViewController 클래스 정의부에서 이니셜라이저와 생명주기 관련 메서드만 요약해봤어요. open class UIViewController: UIResponder, NSCoding, UIAppearanceContainer, UITraitEnvironment, UIContentContainer, UIFocusEnvironment { public init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle..
iOS & Swift
2021. 11. 7. 20:46