How to create a layout like Featured page in App Store?

前端 未结 2 1414
灰色年华
灰色年华 2021-01-02 20:12

I\'m new in iOS development. Based on my assumption, Feature page in App Store was created using a combination of UITableView and UICollectionView. But how to do that in the

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-02 20:36

    This might help you with implementing UICollectionViews in your UITableViewCell: http://ashfurrow.com/blog/putting-a-uicollectionview-in-a-uitableviewcell

    To make the first cell "float" in the TableView you could make sure that cell never goes out of screen in scrollViewDidScroll

提交回复
热议问题