iOS 공부를 하며 알게 된 것들을 기록합니다.
iOS View Life Cycle에 대해서 알아보자.
iOS의 화면 전환 방법인 Modal과 Navigation에 대해 알아보고 비교해봤다.
WKWebView의 특징과 UIWebView와 차이점을 알아봤다.
WKWebView에서의 redirect URL 처리를 알아봤다.
UITextFied와 UITextView의 text에 대해서
UITextView의 dark mode 대응하는 법을 알아보자
touchesBegan() vs TapGestrueRecobgnizer
Responder Chain에 대해서 알아보자
특정 ViewController에서 화면 회전 처리를 어떻게 할지 알아보자.
Delegate에 대해 알아보자
Large Title에 대해서 알아보자
UIStackView에 subView를 추가해보자
코드로 오토레이아웃을 만들어보자
Intrinsic Content Size에 대하여
Content Hugging과 Compression Resistance에 대하여
Storyboard에 대하여
safeArea에 대하여
Constraints에 대하여
CollectionViewLayout prepare()에 대하여
Delegate와 Reference Counting에 대해 알아보자
Auto Layout vs Frame-Based Layout
Frame과 Bounds에 대해 알아보자
App Life Cycle에 대하여