You can scroll the upper images to the left and when you tap them it opens in fullscreen (you can scroll in fullscreen again)
I get the images thrue json as a link so…
How can i make something like this ? some tips/tutorials ?
Beneath the images is a tableview right ?
are these just 2 views in a controller ?

First one is a
UIScrollViewwith a set of images in it. It has horizontal scrolling enabled. You can add a tap gesture on the images to give the zoom feature.Second one can be a
UITableVieworUIScrollViewbased on the content. These two views can be added as subviews of theself.view.Check raywenderlich for tutorials on iOS.