Netflix Style Application
검색 결과를 CollectionView로 보여준다.
서버에 있는 영상을 스트리밍 할 수 있게 기능을 만들어 본다.
기본 작업
8. Tabbar, SafeArea, collectionView 설정
Storyboard Tabbar Controller initial 우리는 ViewController이 실행되면 home에서 시작되도록 해야하고, 이때 적절한 초기화 작업이 필요하다. 간단하다 --> Tabbar Controller을 "Is initial View Controller"..
yeongwoo-cho.tistory.com
'Toy Project > Netflix Style Application(iOS)' 카테고리의 다른 글
6. Search 결과 구현 2 - UI Update through MainQueue (0) | 2021.04.28 |
---|---|
5. Search 결과 구현 1 - CollectionView (0) | 2021.04.28 |
4. SearchAPI 구현 2 (parsing) (0) | 2021.04.27 |
3. SearchAPI 구현 1 (Networking) (0) | 2021.04.26 |
2. SearchBar 구현 (0) | 2021.04.25 |