I've a problem ... and for the moment don't know how work it out...
The application has a tabbar view, all the ViewController on the TabBar has the same structure, with a leftBarButton with back action and with a rightBarButton with an specific feature.
I've all the design with the IB, and all the views has defined and linked with IBOutlets the UIBarButtons.
The TabBar has 9 views, and just in two doesn't work.
- The first one has an standard search button ... but, I don't know why, is not visible when the view is visualized ... the same solution works in iphone ... is very strange
- The second one has an Custom button which display an UIPopOver view ... I already have in the XIB ... but is not been showed when the view is displayed.7
I try to add programatically the button on viewDidLoad event, but sometimes is showed, sometimes not ...
Any suggestion?
Thanks!!