Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
98 views

How to implement iOS 18 AI/Siri animation using UIKit

I want to implement the this effect in my app (A colorful wave around screen) using UIKit. Maybe called ColorfulWaveView and I can add it to UIWindow so that my app can use this effect. I tried many ...
luckysmg's user avatar
  • 347
-1 votes
1 answer
40 views

Get location on tap mapkit ios 18

In my app I use a MapReader and onTapGesture to get the coordinates of user tap in order to create markers or detect a click on a MKPolygon. // // CreatingBuildingView.swift // Project_m // // ...
Jean Gabriel Greco's user avatar
2 votes
3 answers
282 views

iOS 18 Control Widget that opens a URL

I already have an iOS 17 App Intent that works with a URL: @available(iOS 16, *) struct MyAppIntent: AppIntent { static let title : LocalizedStringResource = "My App Inent" static ...
Gizmodo's user avatar
  • 3,071
-1 votes
0 answers
53 views

I am unable to debug a Safari extension in Xcode 16 beta 1 on iOS 18 beta

The process to reproduce: Create a new extension with Xcode 16 beta. Run it on the simulator or any iOS device with iOS 18 beta installed. Open Safari on your Mac, then open Develop -> Device that ...
Rajkumar nag's user avatar
3 votes
1 answer
393 views

iOS 18 breaks design of SwiftUI Toggle buttons

inside a List, I have a simple Toggle. I use this in the main column of a NavigationSplitView. The following is the complete runnable simplified code that demonstrates the problem: import SwiftUI ...
Gerd Castan's user avatar
  • 6,681