SwiftUI-Code-Examples icon indicating copy to clipboard operation
SwiftUI-Code-Examples copied to clipboard

In this repository we are collecting our solutions to interesting SwiftUI problems that we encounter when developing our apps.

Results 3 SwiftUI-Code-Examples issues
Sort by recently updated
recently updated
newest added

After selecting the done button, I was unable to do anything. This issue is only on iOS 17.

When you attach TextField to keyboard like that: https://github.com/NilCoalescing/SwiftUI-Code-Examples/blob/23acc112d124508690fa8c5edfad53f87a20bde7/PinAViewToTheBottomOfSafeArea/PinAViewToTheBottomOfSafeArea.swift#L17 TextField is not interactively dismissed with keyboard (example of the issue on stack overflow: https://stackoverflow.com/questions/73770425/scrollview-scrolldismisseskeyboard-interactively-feels-weird). Is there a way to achieve...

When I try to use `viewThatFits` as described in the `Expandable-text-with-line-limit.swift` example but with a `LazyVStack` shows the button incorrectly when scrolling up and down, copy and paste the following...