Presentation icon indicating copy to clipboard operation
Presentation copied to clipboard

DualNavigationControllersSplitDelegate's `isCollapsedSignal` doesn't work on iOS 13

Open nataliq opened this issue 6 years ago • 0 comments

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 Screenshot 2019-09-20 at 10 56 50

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:

Failure Logs

nataliq avatar Sep 19 '19 09:09 nataliq