I have an app with an UINavigationController and two tableviews. When I switch between these two table views, I would like the background to remain static, so it doesn’t change, but I don’t have a clue on how to do this.
I was thinking of making the background of the two table views transparent and to add a UIViewController behind then with the desired static image as background. Is that a right approach? Or are there better or easier solutions? I’m working with storyboards btw.
Thanks in advance!
If you’re into animation, a frame change ain’t all that bad to code out. You could use a transparent background for the table, and insert an image view behind the two tables:
Of course frame is just one option. Center works as well.