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
0
votes
1 answer
Problem fetching data with Firestone in swift/swiftui on Xcode 14 - iOS 16
I have a problem to fetch data on iOS 16 in Swift/Swiftui with Firebase. When I clicked on the button to open the view the data doesn't appear until I HAVE to slide down and reopen the view. It's working very well on iOS 15 but not on iOS 16. Thank…

ValentinW
- 11
- 2
0
votes
1 answer
Open URL Scheme through Widget Tap (iOS 16 Widget Kit)
Here is the code I currently have however, it does not seem to be working. This example says I want to open the calc app. My goal is to open an app once a widget is clicked.
@main App Code:
var body: some Scene {
WindowGroup {
…

user17979727
- 25
- 5
0
votes
3 answers
Custom legends in Swift Charts for iOS 16
How do I obtain colour imagery, or more generally, styling information for each legend entry to construct a custom legend in a chart in Swift Charts?
I have a chart here, with a legend positioned on the right, but using the content: argument of…

Tahmid Azam
- 566
- 4
- 16
0
votes
1 answer
Is there any way to detect LockdownMode whether it is enabled or disabled on iOS 16 using Xamarin.iOS?
I have installed iOS 16(Beta 2) on iPhone XR device and iPadOS 16(beta 2) on iPad mini 5.
I have used the solution from below answer which is written in swift in below link attached. I need to simulate the swift code to Xamarin.iOS to detect…

kush
- 77
- 6
0
votes
1 answer
Can I submit to TestFlight for a beta iOS?
I would like to TestFlight an app updated for iOS 16 b3 even though iOS 16 is not public yet, however there is a public beta for iOS 16 . The app's deployment target is iOS 15. Is this possible? The updated code is properly handled for each OS…

snksnk
- 1,566
- 4
- 21
- 46
0
votes
1 answer
When loading a SwiftUI view from a UIKit view that has a NavigationController, the destination view jumps up on load if the title is inline
I'm not sure if this is a bug with the iOS 16 betas (currently running iOS Developer Beta 3 on Xcode 14 beta 3) or if I'm doing something wrong (most likely the latter).
I'm trying to add a SwiftUI view to my existing UIKit app which uses…

Rachid
- 315
- 3
- 11
0
votes
1 answer
iOS 16 Focus Filter does does not show custom filter in settings
I am trying to do a POC on giving varied look to my app based on focus settings (like work, personal)
I followed this video in from WWDC 2022…

riyaz
- 1,093
- 1
- 8
- 21
0
votes
1 answer
How to manipulate an image to have the depth effect on iOS16
What kind of images (other than photos taken on iPhone), can get the depth effect on iOS16?
What should be modified or added to a photo like this:
So it could have the depth effect that photos taken on iPhone have, like this.
Strangly, even though…

Luda
- 7,282
- 12
- 79
- 139
0
votes
0 answers
TextKit 1 in Labels as default in iOS 16
Due to the iOS 16 will be using TextKit 2 as default, does anyone know if it is possible to set TextKit 1 as default in the UILabels in iOS 16?
We need to keep the same UI in iOS 16 and iOS 15 by contract (the app only supports iPhone 11 pro) and we…

Luciano Perez
- 101
- 1
- 10
0
votes
1 answer
WidgetKit .supportedFamilies Complications only available for iOS 16.0 or newer
Within a non-iOS 16 target project when I tried to do
IntentConfigIntentConfiguration(
kind: kind,
intent: SelectIntent.self,
provider: WidgetProvider()
) { entry in
WidgetEntry(entry: entry)
}
.configurationDisplayName("Display…

imgg
- 430
- 6
- 12
0
votes
0 answers
Label wrapping issue - iOS 16 beta
Has anyone experienced this issue on the iOS 16 beta?
The text wrapping in a simple label seems it is different in the iOS 16 beta.
As you can see in the image attached, the "essentially" text goes to the line below in the iOS 16 beta, this is just…

Luciano Perez
- 101
- 1
- 10
0
votes
0 answers
TextField working with bound property in iOS 16 beta?
I'm trying the iOS 16 beta, MacOS 13 beta, and Xcode 14 beta. I can't get TextField to edit a property within a @Binding struct. It works with a @State struct variable, but not binding. Anyone else seeing this problem?
I filed a Feedback with Apple…

adamek
- 2,324
- 3
- 24
- 38
-1
votes
1 answer
How to use UIDocumentPickerViewController to import files in iOS 16
I was trying to use the UIDocumentPickerViewController to import some pdf files in my Swift UIKit App. I'm not able to properly use the UIDocumentPickerViewController to display the files app and import the files from there.
The initialiser…

Roy0Anonymous
- 9
- 4
-1
votes
1 answer
Toolbar Navigation Link
With the new navigation logic starting with iOS 16 how are you supposed to upgrade navigationBarItems to toolbar? My app has a number of views with a plus button on the upper right corner of the view that link to new views. Below are the old style…

Galen Smith
- 299
- 2
- 14
-1
votes
1 answer
AppCenter Xamarin.iOS app on iOS 16.1 "Unable To Install app."
I have builded my app Xamarin.iOS with VS for Mac and released via AppCenter but when the app is downloaded and I click on it I can see message "Unable To Install app. This app cannot be installed because its integrity could not be verified. App was…

toledo1366
- 29
- 5