iOS

1.NotificationCenter

post-thumbnail

2.ViewController을 navigation으로 띄우는 방식: push와 show

post-thumbnail

3.화면전환시 필요한 뷰컨트롤러 생성 메서드 instantiateViewController

post-thumbnail

4.모달 방식으로 불러온 뷰에 네비게이션 컨트롤러를 사용해도 될까?

post-thumbnail

5.UIKit 공식문서: showing and hiding view controllers

post-thumbnail

6.loadViewIfNeeded() : ViewController의 view가 아직 로드되지 않은 경우 로드하기

post-thumbnail

8.기본적인 Table View 만들기

post-thumbnail

9.Table View의 Cell을 Configure하는 방법: Built-In Style, Custom Style

post-thumbnail

10.LinkedList 자료구조 구현시 class/struct 선택

post-thumbnail

11.Dependency Injection 의존성주입

post-thumbnail

12.네트워크 통신을 하지 않는 mock URLSession 구현하기

post-thumbnail

13.화면전환

post-thumbnail

14.UINavigationBar, UINavigationItem, UIBarButtonItem

post-thumbnail

15.Content compression resistance priority, Content hugging priority

post-thumbnail

16.NSDate, DateFormatter 사용하여 사용자의 기기에 맞는 날짜 설정하기

post-thumbnail

17.CGPoint, CGSize, CGRect

post-thumbnail

18.Frame과 Bounds

post-thumbnail

19.AppDelegate와 SceneDelegate

post-thumbnail

20.REST API란?

post-thumbnail

21.Custom View 생성시 init(frame:), init(coder:), awakeFromNib()

post-thumbnail

22.UIViewController 서브클래스의 custom initializer 만들기('required' initializer 'init(coder:)' must be provided by subclass of 'UIViewController')

post-thumbnail

23.UICollectionView 셀의 이미지 로딩 속도 개선: NSCache로 이미지 캐싱

post-thumbnail

24.UICollectionView 셀 재사용 문제: 빠르게 스크롤시 잘못된 이미지가 나타나는 현상

post-thumbnail

25.기본적인 UICollectionViewDiffableDataSource 설정하기

post-thumbnail

26.UICollectionViewDiffableDataSource : SupplementaryView로 Section마다 다른 제목 구현하기

post-thumbnail

27.multipart/form-data 구성 방식 살펴보기, Alamofire 없이 구현해보기

post-thumbnail

28.Collectionview에 큰 이미지를 표시해야 할 때 UICollectionViewCompositionalLayout list layout 사용 금지

post-thumbnail

29.UICollectionView 이미지 처리: downsampling(feat. WWDC Image and Graphics Best Practices)

post-thumbnail

30.Kingfisher 사용해서 image downSampling 해보기(.cacheOriginalImage의 의미는 무엇일까?)

post-thumbnail

31.CollectionView의 성능 향상에 대한 고민: reconfigureItems, cell prefetching, image preparation(iOS 15)(feat. WWDC Make blazing fast lists and collection views)

post-thumbnail

32.UICollectionViewDiffableDataSource의 identifier가 Hashable 해야하는 이유가 뭘까?

post-thumbnail