-1 votes
0 answers
31 views
(iOS 26.2) Crash due to WKScriptMessageHandler delegate
The crash is specific to iOS 26.2 prior versions working fine. WKScriptMessageHandler delegate func userContentController(\_ userContentController: WKUserContentController, didReceive message: ...
0 votes
1 answer
37 views
Trying to rotate an image in Swift - SwiftUI
I have been trying to rotate an image in Swift across an axis. I want to see if it can rotate when a TapGesture is applied to the view. I have been fiddling around with this code for a short amount of ...
-1 votes
0 answers
23 views
Storekit product not loading in TestFlight testing
I achieved my MacOs app and distributed for "App Store Connect" and I already have setup the Product In App Purchase in the App Store connect, and I even tested the purchase flow using the ...
Get rid of Swift warning for concurrent array access
I have that code, which works fine. But the Swift compiler raises a warning. I know the warning is true, and understand why the compiler warns me. But the code in itself takes care of that. Is there ...
1 vote
0 answers
64 views
How to get the background behavior of Icon Composer's toolbar?
My app needs the same basic behavior as Icon Composer. That is: the three sections, the full-size content view in the middle and the translucent toolbar at the top. I noticed that their toolbar ...
0 votes
1 answer
93 views
SwiftUI Confirmation Dialog in iOS 26+
I'm trying to adds a confirmation dialog in my app that comes up from the bottom of the screen. This is possible in iOS 18 with a .confirmationDialog(), but when I build the same code for iOS 26 I get ...
0 votes
0 answers
30 views
Weird crash with keyboardLayoutGuide in ios 26
I have this feature which was working just fine until one day, it crashes when I push another VC or pop to previous VC. the crash log says: Assertion failure in void _engineVar_rawRemove(NSISEngineVar)...