Post

Replies

Boosts

Views

Activity

Comment on iOS 18 developer beta: Writing Tools
After configuring the UITextView as shown below, the WritingTools options do not appear when the UITextView is selected on an iPhone. (Test environment: Xcode 16.0 Beta (16A5171c), iOS Simulator 18.0 Beta, iPhone 11 Pro iOS 18.0 Beta) textView.text = "some text" textView.writingToolsBehavior = .complete textView.isEditable = true textView.writingToolsAllowedInputOptions = [.plainText, .richText, .table]
Jun ’24
Comment on iOS 18 developer beta: Writing Tools
After configuring the UITextView as shown below, the WritingTools options do not appear when the UITextView is selected on an iPhone. (Test environment: Xcode 16.0 Beta (16A5171c), iOS Simulator 18.0 Beta, iPhone 11 Pro iOS 18.0 Beta) textView.text = "some text" textView.writingToolsBehavior = .complete textView.isEditable = true textView.writingToolsAllowedInputOptions = [.plainText, .richText, .table]
Jun ’24