Hi!
On iOS 14 a UISplitViewController inside my app has stopped calling some of its delegate methods.
For example on iOS 13 the delegate method collapseSecondaryOntoPrimaryViewController is correctly called when needed.
On iOS 14 this method is not called and this message is printed on the output:
[UISplitViewController] Skipping delegate calllback, splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:. Unsupported for UISplitViewController style DoubleColumn
Can someone help me?
I'm using Xcode 12 beta 3 (12A8169g).
Thank you
Alan
On iOS 14 a UISplitViewController inside my app has stopped calling some of its delegate methods.
For example on iOS 13 the delegate method collapseSecondaryOntoPrimaryViewController is correctly called when needed.
On iOS 14 this method is not called and this message is printed on the output:
[UISplitViewController] Skipping delegate calllback, splitViewController:collapseSecondaryViewController:ontoPrimaryViewController:. Unsupported for UISplitViewController style DoubleColumn
Can someone help me?
I'm using Xcode 12 beta 3 (12A8169g).
Thank you
Alan