uicollectionview

Enum-Driven TableView Development

3 minute read Published: 2020-11-09

Swift State Enum 을 이용하여 tableview의 empty, pagination, error view를 처리하는 방법

ListController like SwifUI's List

2 minute read Published: 2020-03-16

Micro Lib를 이용하여 swiftUI의 List와 유사하게 collectionView를 구성

UICollectionView, full width cells, allow autolayout dynamic height

3 minute read Published: 2020-02-27

CollectionView 를 이용해 tableview와 유사한 ListView를 사용하면서 tableview의 dynamic height와 같이 autolayout 기반의 dynamic height를 구현하는 코드