Action sheet stays in next viewController

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.

Do you mean that action sheet opened on A remains visible when you go to B ?


I don't know if it is the intended behavior, noting that:

- you should "normally" close the action sheet before going to B

- to avoid the annoyance, could you close the action sheet (if open) when you navigate from A to B (for instance in viewWillAppear of B)


This issue should be resolved

If that does not solve the problem, you could file a bug report. The developers forum is not an apple support medium. So you are not sure your point goes to Apple.

Action sheet stays in next viewController
 
 
Q