I’m trying to build a iPad version of a iPhone application. The application has a section with photos all organized in a album/event. On the iPhone version the albums are listed in a standard UITableView, but for the iPad version I think it should be done differently.
Here is a sample from Apple’s Photos App where the albums/events are shown in a grid:

How can I create a similar view in my storyboard? Is it done using a custom TableView?
There is a very good open-source project named “AQGridView” to do custom grids. It can help you. The project is here on github.
I hope it’s what you are looking for.