I'm doing an app that retrives data from a server and show it in a view using a tableview.
What i'd really like to do is a view showing the content like images side by side. Just like this image:
Is there some native iOS component like TableView, spefic to this concept? What should be the better approach to get to this? Thanks!