Use for questions specific to Apple's iOS 15 mobile operating system, released in 2021. General iOS questions should use the [ios] tag.
Questions tagged [ios15]
573 questions
-2
votes
1 answer
Get Live Text when press button
UIAction.captureTextFromCamera(responder: context.coordinator, identifier: nil)
This method must be placed in a Menu before it can be used. What if I want to call this method when I press the Button?
And I wanna use it in the SwiftUI, like…

Underthestars-zhy
- 108
- 7
-2
votes
1 answer
Display Multiple views in Picker
I am trying to display words in a Picker next to the selected option but the words are never displayed correctly. I want the user to be able to click the text to be able to open the Picker as well. I have tried putting the text outside the picker…

runemonster
- 177
- 1
- 11
-3
votes
1 answer
Swift UI IOS 15 ScrollView Adjustment
I don't know about you guys, but when I opened up my project today (the first time since Swift switched to running iOS 15 as the default) my UI looked shockingly different. Most importantly, previously adjacent views inside a ForEach now have some…

John Sorensen
- 710
- 6
- 29