1

I want to remove the master view popover of a splitViewController when applicationDidEnterBackground is called. Since the popover removal is done automatically I couldn't get to the popoverController in order to use dismissPopoverAnimated:YES

Any idea how to dismiss it?

yuji
  • 16,695
  • 4
  • 63
  • 64
dynamo42
  • 43
  • 7

1 Answers1

0

I was looking for the same and found the answer here: UISplitViewController in portrait: how to hide master popover programatically?

It was answered on the morning of the day you asked...

Community
  • 1
  • 1
Bjinse
  • 1,339
  • 12
  • 25