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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -