- I load two buttons in one view from the NIB.
- I set this view as
self.navigationItem.rightBarButtonItem
in current viewController - I set actions for these buttons
Result:
Buttons work under ios6 - both simulator and device and not working on ios5 device. Any idea to fix it?