开发者

Remove popover of master view in splitViewController

开发者 https://www.devze.com 2023-03-01 21:29 出处:网络
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

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 开发者_JAVA百科how to dismiss it?


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...

0

精彩评论

暂无评论...
验证码 换一张
取 消