developer16
developer16

Reputation: 195

Embedded UIcollectionView scrolling inside UITableView Cell

I have UICollectionView inside Static UITableView Cell. I want to ask how to enable vertical scrolling in UIcollectionView interface builder. what are the right settings to achieve that? fa

Upvotes: 0

Views: 24

Answers (1)

Alex
Alex

Reputation: 2160

You couldn't see any scrolling in the Interface Builder:) Only when compiled. Yes, you have right set - Scroll direction to Vertical. But... I guess, this is doesn't work for you? If you set custom layout for collection view in code - you have to setup it.

Upvotes: 1

Related Questions