[Webkit-unassigned] [Bug 165225] UIViewController with WkWebView presented modally causes the presented UIViewController to be dismissed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 09:16:05 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165225

--- Comment #9 from Brad Wright <bwright2 at apple.com> ---
Here's the relative section from Apple's documentation on dismissViewControllerAnimated:

"If you present several view controllers in succession, thus building a stack of presented view controllers, calling this method on a view controller lower in the stack dismisses its immediate child view controller and all view controllers above that child on the stack."

In other words, don't call dismissViewControllerAnimated when you don't need to.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161202/633fecc4/attachment.html>


More information about the webkit-unassigned mailing list