简体   繁体   中英

Custom UICollectionView Layout

The UICollectionView layout I need to implement contains three sections, one below the other vertically, and each section is scrollable horizontally.

SECTION 1: 1 2 3 4 5 ..............

SECTION 2: 1 2 3 4 5 ..............

SECTION 3: 1 2 3 4 5 ..............

Since the UICollectionView has only one scrollView, all the sections scroll at a time but not one at a time. So I feel custom Layout won't help in this situation. Please throw some light on other possible implementations of this.

Thank you.

One UITableView with 3 rows. Each with a UICollectionView .

UICollectionView带有三个自定义UITableViewCellUITableView怎么样,每个UITableViewCell包含一个UICollectionView

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM