Notice
Recent Posts
Recent Comments
Link
clyne의 개발 기록
[iOS] Lifecycle of UIView 본문
1. initWithCoder:
layerClass
setNeedsDisplay
addConstraints:
addConstraint: (can happen multiple times)
2. willMoveToSuperview:
3. invalidateIntrinsicContentSize
4. didMoveToSuperview
5. awakeFromNib
6. willMoveToWindow:
7. needsUpdateConstraints
8. didMoveToWindow
9. setNeedsLayout
10. updateConstraints
intrinsicContentSize
11. layoutSubviews (can happen multiple times)
12. drawRect:
'iOS' 카테고리의 다른 글
[Xcode Build System] Build 버튼을 눌렀을 때 어떤 일이 일어날까? (0) | 2022.03.03 |
---|---|
[Private] iOS 면접 대비 (0) | 2021.10.07 |
iOS 면접 질문들... (0) | 2021.10.04 |
[iOS] 앱스토어 리젝 조치1 (0) | 2021.06.13 |