Posts

Post not yet marked as solved
17 Replies
0 Views
Also having this issue in iOS9, Xcode 11.5.Preventing updates for iOS9.
Post not yet marked as solved
15 Replies
0 Views
+1 also having the same issue.
Post not yet marked as solved
13 Replies
0 Views
If your text is nil or text length == 0 -> add a blank characterConfirmed: this fixed it for me. Making default @" " instead of @""
Post not yet marked as solved
13 Replies
0 Views
I did file a report on this at the same time as posting on forum (number 35070942). Hasn't had any comments by Apple yet as of writing this.It seems there is a temporary workaround by subclassing and overriding this:- (CGRect)caretRectForPosition:(UITextPosition *)position { return CGRectZero; }But it doesn't seem to work in all cases. Still investigating ...
Post not yet marked as solved
13 Replies
0 Views
Also getting the same problem on a view with dozens of text fields (150% CPU usage). iOS11 only.Really bad bug. Apple please fix ...