i have two bar button item in navigation controller based ViewController(A)
barButtonItem 1: which will navigate to a next page(ViewController B)
barButtonItem 2: which will show a action sheet as popover(using iPad)
when Action sheet is being shown as popover in ViewController-A in iPad, if i tap on barButtonItem1, the action sheet is visible in next page(ViewController-B) as top left corner sometimes.
This issue should be resolved. Action sheet should not be shown in next page.