iphone - How to add a view above my NavigationControllers TableView -
I have created a reusable class that indicates "the loading message on the screen" and the indicator on the feet of the screen.
The problem I have is that when I am adding loading to a scene included in a navigation controller, I want to keep the scene in the bottom of the screen, even while scrolling the tableview
How can I add a view over the tableview which is not affected by scrolling and so on?
Add it to UITableView view, so that it is a colonizer rather than a child of UITWview. Generally, this is a UI window, which owns your application representative.
Comments
Post a Comment