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?
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?
UIKitShort answerBasics
You've inherited a UITableView feed where, on fast scrolling, images briefly show up in t…
#tableview #collectionview #cell-reuse
UIKitMultiple choiceBasics
Which statements about UITableView's dequeueReusableCell(withIdentifier:for:) and dequeue…
#tableview
UIKitShort answerBasics
You need a UITableView cell whose height varies with the length of a comment. What do you…
#tableview
UIKitShort answerAdvanced
You're moving a screen built with UICollectionViewFlowLayout and an index-based dataSourc…
#collectionview