Posts

Post not yet marked as solved
9 Replies
works for me on iOS 15.0+ UIApplication.shared.open(URL(string: UIApplication.openSettingsURLString)!, options: [:], completionHandler: nil)
Post not yet marked as solved
7 Replies
Does requestSiriAuthorization() function programatically enabling Siri?
Post not yet marked as solved
2 Replies
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?