Post

Replies

Boosts

Views

Activity

Reply to Log Into Apple Account
Included is my function: func fetchUserRecordID() async throws -> CKRecord.ID { let container = CKContainer.default() do { let recordID = try await container.userRecordID() print("User record ID: \(recordID.recordName)") return recordID } catch { // Handle error throw error } }
Dec ’24
Reply to Multi Polygons MapKit
Hello! I have submitted the request! Here is the FB: FB14001724 Is there a chance you can provide any updates on this feature request? I would love to test it out and help out any way I can! Thank you!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’24