SwiftUIBackports icon indicating copy to clipboard operation
SwiftUIBackports copied to clipboard

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS

Results 12 SwiftUIBackports issues
Sort by recently updated
recently updated
newest added

## Describe your changes This pr adds a new push [transition](https://developer.apple.com/documentation/swiftui/anytransition/push(from:)) from SwiftUI 4 lifecycle - Added func push(from edge: Edge) -> AnyTransition Question: Is there an example how to...

In order to keep everyone up-to-date with what I'm working on and to avoid duplication, here's a list of the currently planned additions/backports. Some just require documentation and cleanup (since...

enhancement

## Describe your changes This adds a `func interactiveDismissDisabled(_ isDisabled: Bool = true)` backport.

In an effort to try and match the official API, I have also managed to 'force' the content to `trailing` alignment in the `HStack`.

bug

@schiewe made a great point on one of my APIs that including non-backport API alongside the real backport could make it difficult to continue using the enhancement once the back...

## General Information See attached project - Project version: 1.6.3 - Platform/OS version: iOS 14.0-14.4 - IDE version: Xcode 13 - Devices: - Any related GitHub issues: ## Describe the...

bug

On iPad, popover's also respect this value. Add support as per: [![SwiftUI Popover Code](https://pbs.twimg.com/media/FaQ3NxiaIAAmwPP?format=jpg&name=medium)](https://twitter.com/natpanferova/status/1559432218032087042)

In order to best serve the community, please request features (or react to an existing one) using the comments on this issue. I will then prioritise all efforts to try...

## Describe the feature A new public `EnvironmentValue` (and optionally a public-facing `ViewModifier`) that enables or disables internal use of the first-party APIs that this package backports when running on...

PhotoPicker not binding data func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) { isPresented.wrappedValue = false }

bug