How to nest a UICollectionViewCell inside another one?
问题 Following my old question here: How to add UIView inside a UITableViewCell Programmatically? I wanna achieve an enhanced view like that of iOS 11 Today tab with adding more elements in those collectionViewCell cards. I want to add biDirectional Scrolling like that of Netflix or other AppStore tabs (Games & Apps) inside my CollectionViewCell card(App Store Today tab cells). Here is an overview of what I want: Please tell is it possible to achieve such thing. If yes then how? Thanks. 回答1: