I have tab bar controller in my app.
It opens “Quotes of the day” view everytime the user starts the app.
This view is placed in the first tab. It goes away only if user presses a button on the Quotes page.
I want to remove Quotes from tab bar controller. Tab bar should be displayed only when Quotes view is unloaded.
How can I do this?
Are there any shorter and better way to do this?
Please Help and Suggest.
Thanks.
How about this?
bar controller.
controller to whatever view you
want.
that view, that pops to top on start
of your app.
Quotes view, call
removeFromSuperview on your Quotes
view.
Just add hide/show functionality to the tab bar controller where you need to.