Skip to main content

Questions tagged [swiftui]

SwiftUI is a way to build user interfaces across all Apple platforms. Build user interfaces for any Apple device using one set of tools and APIs. With a declarative Swift syntax that’s easy to read and natural to write, SwiftUI works seamlessly with Xcode design tools to keep your code and design perfectly in sync. Automatic support for Dynamic Type, Dark Mode, localization, and accessibility. Use this tag for questions about SwiftUI on any platform.

1 vote
0 answers
56 views
+50

TextField sometimes fails to paste OTP code from keyboard suggestion

I've noticed that the one-time-password from keyboard suggestions sometimes fails to paste into my text field in my SwiftUI iOS app. Most of the time it works, but sometimes the first time I click the ...
wristbands's user avatar
  • 1,259