UIKit네이버웹툰
Making the case for UICollectionView
The project has hundreds of UITableView screens. You want to propose moving them to UICollectionView. How would you persuade the teammates who object?
Making the case for UICollectionView
The project has hundreds of UITableView screens. You want to propose moving them to UICollectionView. How would you persuade the teammates who object?
UIKitShort answerAdvanced
A contacts screen in code review. A horizontally scrolling UICollectionView of letter ind…
#uitableview #uicollectionview
UIKitShort answerAdvanced
Each post in a feed has to send an impression event exactly once when it has been at leas…
#uitableview
UIKitShort answerBasics
A take-home review. The home screen needs (1) a filter header that stays pinned to the to…
#uicollectionview
UIKitShort answerAdvanced
Why use UICollectionView instead of UITableView? Explain it in terms of the internal stru…
#uicollectionview