I show a popover using - "presentPopoverFromBarButtonItem" - after that the popover will not dismiss when I click on the other bar button item in right navigation bar buttons.
But dismiss the popover when I click elsewhere. Also the issue is not there when we show popover using - " presentPopoverFromRect: inView: " - strange?.
Since we don't get the frame from UIBarButtonItem How can I show a popover correctly from barbutton.
thanks,