Hi,
I had a Navigation Controller based application and decided to use tab bars. And in some views I don't need to have a navigation controller assigned to a view controller but I still want to have an "add" button at the right top corner of my view.
What is the easiest view to accomplish this? I tried to add a navigation item to my view but it doesn't seem to be visible.
Thank you in advance.