I would like to implement a fullscreen UITableView in my app which would show only one cell at a time with an image. On top of each cell, I would like to have a few labels with fixed positions, so that when the user swipes to the next cell they stay on their place, only get updated.
What would be the most effective way to implement such functionality?
That's how I would like the end result to look: