Presentation
Presentation copied to clipboard
DualNavigationControllersSplitDelegate's `isCollapsedSignal` doesn't work on iOS 13
Expected Behavior
The isCollapsedSignal on a split view delegate should signal false when both split view controllers are visible.
Current Behavior
The signal doesn't emit any values and its current value is true even when both view controllers are visible. This causes things like MasterDetailSelection to not work properly.
Steps to Reproduce
- Open the Messages example project
- Launch the app on iPad
- Observe the message details aro not automatically shown
More info:
- Place a breakpoint in
- https://github.com/iZettle/Presentation/blob/940e0d4feadca6b3a9390617cc804ba2df2142f6/Presentation/DualNavigationControllersSplitDelegate.swift#L42
- The breakpoint never gets hit
Context
- Operating Version: iOS 13 (Xcode 11 GM seed 2)
- Swift version: