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]
Post
Replies
Boosts
Views
Activity
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]