Daily iOS
UIKitAirbnbinterview report

Nested scrolling cell design

You need to put a horizontally scrolling UICollectionView inside a UITableViewCell in code (a carousel row like the App Store's Today tab). Who should own the inner collection view's dataSource and delegate?

Submit