Reply to Swift Compilation Hangs on Release Builds This works for me too 👍 Topic: Programming Languages SubTopic: Swift Tags: Oct ’22
Reply to Disable Keyboard Shortcut Bar? iOS 16, Swift 5.7 override func viewDidLoad() { super.viewDidLoad() textField.inputAssistantItem.leadingBarButtonGroups = [] textField.inputAssistantItem.trailingBarButtonGroups = [] } Topic: App & System Services SubTopic: Core OS Tags: Oct ’22