iosswiftxcodexcode-storyboard

How would I program the interface from the shortcuts gallery?


I'd really like to program an interface similar to the shortcuts gallery as shown below:

Link to image as cannot post due to lack of rep :(
(source: i.ibb.co)

So I'm thinking this would be a table view with custom cells and then some kind of paging view or collection view? Am I along the right lines?

Cheers for any help!


Solution

  • If you're looking to achieve this UI you'd need to implement a UITableVIew with nested UICollectionViews.

    Another approach would be to use a UIStackView with UICollectionViews.