Post

Replies

Boosts

Views

Activity

Reply to Can't add capabilities in Xcode
I fixed the problem by editing my .entitlements file. The issue was that file's structure was incorrect and duplicated capabilities.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Open App Setting Programmatically
works for me on iOS 15.0+ UIApplication.shared.open(URL(string: UIApplication.openSettingsURLString)!, options: [:], completionHandler: nil)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to SFSpeechRecognizer Broken in iPadOS 15.0?
Does requestSiriAuthorization() function programatically enabling Siri?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to TimelineView for Storyboards on Apple Watch?
Thank you for reply. Is there workaround how to get label's updates for my view in active and inactive modes for Storyboards without moving to SwiftUI?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22