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
input datetime local delete style ios css
Please tell me, with the release of the new version of ios 16 in safari, input time, input datetime are displayed incorrectly. How can I fix it?
-webkit-appearance: none; does not work.

Vans
- 185
- 1
- 8
0
votes
1 answer
Xcode 14 constantly crashing when removing Link with binary
Xcode contantly crashing when removing link binary link with libaray. Please help i need to create a build for my app.

Anas Mehar
- 2,739
- 14
- 25
0
votes
1 answer
Remove Paste option from MenuItems in iOS 16
I have a custom menu options written in
override func tableView(_ tableView: UITableView, canPerformAction action: Selector, forRowAt indexPath: IndexPath, withSender sender: Any?) -> Bool { }
in iOS 16 I see now a Paste option in the context…

Yaroslav Dukal
- 3,894
- 29
- 36
0
votes
0 answers
iOS16 change orientation notification not getting called, same code work in old version
UIKit Known Issues Attempting to set an orientation on UIDevice via setValue:forKey:
I am able to rotate the orientation programmatically but the notification is not getting triggered until the device orientation is changed physically, any ideas?
I…

Abdul Karim
- 4,359
- 1
- 40
- 55
0
votes
2 answers
iOS 16 Lock-screen Widget: can we add a deep link to the widget
I want the user to be able to tap on a lock-screen widget created by my app and deep link to my main app (eg, so that my main app can take some action)
I have been able to do this with Home Widgets, but the same method does not work with the Lock…

RawMean
- 8,374
- 6
- 55
- 82
0
votes
0 answers
iOS 16 AVAudioSession outputVolume step changed
I have discovered that in new iOS 16 system, the outputVolume step is changed from 1/16(0.0625) to 1/20(0.05) while you still need to click the volume up button 16 times to get volume increase from min to max. This means there are 4 0.05-multiples…

Tepmnthar
- 548
- 3
- 23
0
votes
1 answer
XCode does not show my iPhone as a destination
When try to run my app on my iPhone with iOS 16, XCode does not show the phone as an option even though it is connected by USB. This used to work.
I have tried rebooting XCode, my phone and my MacBook but nothing changes.

davidgyoung
- 63,876
- 14
- 121
- 204
0
votes
1 answer
PDFView causes app to freeze on iOS 16, only when autoscales = true
I am using a PDFView to display images in my app (built using SwifUI), simply for quick and easy pinch-to-zoom functionality. This worked perfectly in iOS 15, but since updating to iOS 16, the app freezes when attempting to load the image viewer…

jus10
- 31
- 1
0
votes
1 answer
Make Custom SwiftUI Views with ObservedObjects compatible with NavigationLink iOS 16
I don't feel that the following example is exhaustive (from Hacking With Swift). A lot of online examples tend to keep it quite elementary like this, where NavigationLinks are implemented based off of simple Hashable models.
struct ContentView: View…

Andre
- 562
- 2
- 7
- 18
0
votes
0 answers
pod spec lint command fails building code from higher ios deployment target
Hi I have problem when running
pod spec lint
linter is returning such error
- ERROR | xcodebuild: /UIKit/CollectionViewController.swift:111:37: error: cannot find 'UIHostingConfiguration' in scope
-
I don't know why that happens, as I have set…

Michał Ziobro
- 10,759
- 11
- 88
- 143
0
votes
0 answers
Redact View on iOS 16 Lock Screen
I would like to redact text when a user is viewing an iOS 16 Lock Screen widget when the device is locked, then immediately reveal the text after the device has been unlocked.
(Basically, I only want to show info on the Lock Screen widget after Face…

Bean
- 1
0
votes
0 answers
Apple Musickit Top Results only return 3 items
I've been trying to implement MusicCatalogSearchRequest with includeTopResults. It works. But topResults only returns 3 items. I tried with many different search terms and even compared the same search term with Apple Music app where it gives many…

Heshan
- 913
- 8
- 30
0
votes
1 answer
ShareLink with custom type is not working
I want to share audio files with the new ShareLink in SwiftUI. I've a Recording entity from Core Data, witch store the URL from the audio file and the file itself is store in the FileManger. I already make Recording to conform Transferable…

LucasC
- 43
- 5
0
votes
1 answer
iOS16 bug in SwiftUI.Text(_: Date, style: Text.DateStyle)
I made some widget that used to as a digital clock formatted HH:mm:ss
below is code, or ref: SwiftUI iOS 14 Widget CountDown
let todayMidnight: Date // this property means today's midnight date&time Ex) 2022-08-30 0:0:0, yyyy-MM-dd HH:mm:ss
…

downey37
- 11
- 1
0
votes
0 answers
Date formatting not working right in Swift
I have weird behavior regarding dates and I cannot figure out if it is due to iOS 16 beta running on a device or due to the different timezone/region.
A user of my app based in London has reported an issue caused by dates showing as such, whether…

paprika
- 164
- 1
- 8