Possible Duplicate:
How do I create a view that stays onscreen while I switch between tabs?
i have a tab bar conttoller, i wanted to create a view(it dispalys balance).
I wanted that view to be displayed on top through out my application.
How can create such a view???
this way, you have to put the tabbar inside a view first (you should start with a plain view project or other project except for tabbar project)
so what u want to do is
this way, the balance view will place above the tabbar view, meaning, it will always be displayed above the tabBar
its quite simple, really, if u have rather complex codes, you can always insert the subview by index such as :
or