Tags: pointfreeco/swift-navigation
Tags
@_implementationOnly import UIKitNavigationShim (#225) * @_implementationOnly import UIKitNavigationShim This resolves some `missing required module "UIKitNavigationShim"` errors when consuming this library * Build a dynamic framework in CI to confirm the fix. * Update CI test. * Fixes * Import shims for tests. * wip * wip --------- Co-authored-by: Brandon Williams <[email protected]>
Custom Transaction Execution (#212) * doesnt work * works * doesn"t work This reverts commit f2eb2d5. * wip * wip * Revert "wip" This reverts commit dff88f5. * Revert "wip" This reverts commit 361345c. * Revert "doesn"t work" This reverts commit 64a9c38. * wip * wip * wip * wip * wip * clean up tests * clean up * fix test --------- Co-authored-by: Brandon Williams <[email protected]>
Fix `AlertState.init` availability (#198) In SwiftUI Navigation 1.0, `AlertState` had many initializers to match the various interfaces in SwiftUI, and they matched the availability of the SwiftUI interfaces. We simplified to a single interface in 2.0, but didn"t consider the availability mismatch. While we could bring back the old APIs, it might be nice to favor the modern builder style. The one caveat is that it will be possible to render alerts pre-iOS 15 that are configured with more than the maximum 2 buttons at that time. We can emit a runtime warning if we detect this, but we are losing some of the compile-time check of the previous version.
PreviousNext