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!