Use for questions specific to Apple's iOS 16 mobile operating system for iPhone and iPad, released in 2022. General iOS questions should use the [ios] tag.
Questions tagged [ios16]
487 questions
-1
votes
1 answer
How to remove name suggestion menu that appears on top of textfield in swift iOS 16?
I have created a base text field (UITextField) to make it customizable, and used this text field to show a drop-down on it. Whenever I open that drop-down it shows suggestions on top of that text field as shown in the image below.
It appears for…

MeetMistry15
- 231
- 1
- 8
-1
votes
2 answers
In Xcode 14 & iOS 16 - purple warning when downloading an image from URL with NSData dataWithContentsOfURL
In Xcode 14 & iOS 16 - purple warning when downloading an image from URL with NSData dataWithContentsOfURL
Synchronous URL loading of should not occur on this application's main thread as it may lead to UI unresponsiveness. Please switch to an…

PrasathBabu
- 4,716
- 4
- 19
- 35
-1
votes
1 answer
How to get correct screen width and height in iOS 16 when rotate screen
I got wrong width and height when rotate screen. It works in iOS 15;
[UIScreen mainScreen].bounds.width will return the height.
[UIScreen mainScreen].bounds.height will return the width.
They exchanged values
I try to use…

frankAlx
- 1
- 1
-1
votes
1 answer
How to execute an Xcode app on iOS 16 beta device?
Since I updated my iPhone on iOS 16 beta, I can't execute my apps in development on my device.
When I connect my phone, and try to execute the app on it, I get the following error:
The run destination MyiPhone is not valid for Running the…

Flomomo
- 21
- 1
- 3
-2
votes
1 answer
How to get path of images with IOS 16 image picker SwiftUI
Good day,
How do I get the path of images from the ios 16 Photos Picker(PhotosUI Library) as I am trying to store the path in a json file to retrieve later to display
I have a form with a image picker and I want to store the path in json file and…

Tyrel Smith
- 23
- 2
-2
votes
3 answers
Flutter ios16 rotation issue
I have developed with flutter and i have a problem in Device Rotation.
for example, when an user clicked a button, it makes rotate device.(below code)
SystemChrome.setPreferredOrientations(
_isPortrait
? [
…

Gyeom
- 1
-3
votes
1 answer
Can't convert String to Int in @AppStorage
I want to convert all @AppStorage's to Int(or even to Float) value and after that multiply it. Or probably i should to convert salaryPh and hoursPm to Int values, but i also can't do it. I've tried to create function where i could change String to…

Deniss
- 9
- 6