Search code examples
iosuitableviewuser-interfacexcode-storyboard

How use UITableView to create UI like Apple Music album detail page?


I want to create a user interface like the Apple Music album detail page in a storyboard. I'm using UITableView to show song items, but how do I show cover and other information about the album above the UITableView? Using a view or UITableView header or something else?

This is what I am trying to implement:

Apple Music album detail page

I want to know how Apple do this, thanks!


Solution

  • Add a view to the header.

    This is how you can achieve this roughly

    enter image description here