ios16 Questions
2
There are some plugins like home_widget: ^0.1.6 that supports only HomeScreen Widgets.
Recently Apple launched LockScreen Widgets on iOS 16.
Is there any plugin for that? How do I implement that?
...
Blubberhead asked 14/9, 2022 at 5:8
2
Solved
I added a toolbar button to the keyboard and on tapping it, the focus shifts to the next field. Tapping it again shift to the next field, and so on...
On the simulator this works flawlessly. In fac...
2
Solved
After updating OS version on my iPhone to iOS 16, I got message in Xcode telling that the version install on the physical device is unsupported, hence I cannot launch the app on that device :(
Asis asked 21/9, 2022 at 6:27
0
Since the upgrade to iPadOS 16, Xcode's console has been filled with messages such as [VKImageAnalyzer processRequest:] returned 0 or [VKImageAnalyzer processRequest:] block returned NULL analysis ...
Rhearheba asked 6/3, 2023 at 10:33
8
Solved
In iOS 15.6 beta5 and iOS 16.0 beta:
When an UISceneDidDisconnectNotification was posted, any active SKStoreProductViewController instance would crash for the unrecognized selector named sceneDisco...
4
Solved
My app is built in SwiftUI and mostly works as is with iOS 16 apart from a couple of design quirks which I'm currently working on a fix for.
One of the quirks is the background colours of lists. Pr...
Satisfaction asked 6/11, 2022 at 15:37
1
The app intents extraction from the new AppIntents framework takes a lot of time, even when changes in code don't touch the intents directly.
In the build log reasons for this step to happen differ...
Yann asked 25/1, 2023 at 15:40
2
When loading the URL in WKWebView, it leads to a security warning and later app gets crashes.
Warning in UIApplicationMain -
This method should not be called on the main thread as it may lead to U...
1
Solved
I have tried different iterations of examples posted on this site but nothing is going right.
I have also tried following the examples listed here:
Navigation to new navigation types:
I am getting ...
Ashby asked 10/12, 2022 at 6:17
2
Solved
I am working on my SwiftUI project and added some AppIntents for the Shortcuts app. Currently I am not able to localize the title and description. The title and the description are of type Localize...
Failure asked 14/9, 2022 at 12:8
2
Solved
I have a new iOS 16 SwiftUI NavigationStack with navigation determined by the NavigationDestination modifier which works fine.
My question is why doesn't it animate smoothly by sliding back to the ...
Erythro asked 17/9, 2022 at 9:43
2
After recently installing iOS 16 beta 5, we are experiencing an issue with try AVAudioSession.sharedInstance().setCategory(<category>, options: .mixWithOthers), in which we get an error, and ...
Soria asked 14/8, 2022 at 6:47
2
Solved
We are developing a device which communicates with our iOS/watchOS apps via Bluetooth LE and has to stream a lot of sensor data for an extended time period (hours). Everything works fine under iOS ...
Gertrudegertrudis asked 9/9, 2022 at 11:59
0
I am working on an app which uses viewcontrollers and I am slowly migrating to use views built using SwiftUI.
I am working on new swiftUI views, so i am setting UIHostingController as the rootViewC...
Shue asked 2/12, 2022 at 16:45
2
iOS 16/Xcode 14 adds a blue border around cells in sidebar. How can this be removed?
My cell is a custom class derived from UICollectionViewListCell.
2
0
Is anyone else facing this issue with iOS 16.1 NavigationSplitView where the NavigationTitle loads after the view is loaded? – works fine on iOS 16.0. (https://i.sstatic.net/G0IUG.gif)
It's literal...
Goldshlag asked 17/11, 2022 at 19:31
0
I have a TabView and each Tab has it's own NavigationPath which I am handling inside an ObservableObject.
@MainActor final class Router: ObservableObject {
@Published var homeNavigationPath = Navi...
Absquatulate asked 14/11, 2022 at 14:58
5
After updating to macOS 13.0 Beta and installing Xcode 14.0 Beta we run an app where we set the target OS to 16. The following error occurs:
The iPhones simulators won't start either when started ...
1
Solved
I can display a sheet with a custom height with detents in SwiftUI like this.
.sheet(isPresented: $showSheet) {
MySheet()
presentationDetents([.height(500), .large])
}
Is there a way that I can ...
1
Caught a strange situation.
In the new version of iOS, the controls for the video player are not shown if the video player is placed inside the list.
In iOS 15.6.1 this code works fine as it should...
Standby asked 15/9, 2022 at 20:56
2
I am using an AVPlayer to present a video. The app has only one .mp4 but for a different use case, the same video needs to get flipped.
The buttons are there and completely functional, you can pres...
Jehoash asked 1/7, 2022 at 14:15
8
According to the iOS & iPadOS 16 Beta 3 Release Notes:- Attempting to set an orientation on UIDevice via setValue:forKey: isn’t supported and no longer works. Instead, they say use: preferredIn...
Sennight asked 26/7, 2022 at 13:35
5
Solved
Before iOS 16 presenting a single screen in landscape is fine for portrait application. The working code is as below.
Remark: Whole application is in Portrait mode only.
override public var shouldA...
3
Solved
© 2022 - 2025 — McMap. All rights reserved.