Describe the Bug
I'm trying to control the home indicator appearance when presenting a controller from inside LNPopupController framework.
To Reproduce
I've attached a sample project to easily test this behaviour.
In ViewController line: 31 - if you call presentPopupBar you will see that prefersHomeIndicatorAutoHidden inside PresentedViewController is NOT called
In ViewController line: 32 - if you call present(controller you will see that prefersHomeIndicatorAutoHidden inside PresentedViewController IS called correctly
Describe the Bug I'm trying to control the home indicator appearance when presenting a controller from inside LNPopupController framework.
To Reproduce I've attached a sample project to easily test this behaviour.
ViewController
line: 31 - if you callpresentPopupBar
you will see thatprefersHomeIndicatorAutoHidden
inside PresentedViewController is NOT calledViewController
line: 32 - if you callpresent(controller
you will see thatprefersHomeIndicatorAutoHidden
inside PresentedViewController IS called correctlyAdditional Context Uploaded sample project. Test.zip
Thank you