Posts

Post not yet marked as solved
9 Replies
I have changed in interface builder text layout from default to text kit 1 and now scrolltovisible works correct.
Post not yet marked as solved
9 Replies
I have found this bug in ios 16 beta 2 and posted to forum https://developer.apple.com/forums/thread/711388 and also set the bug to apple feedback. In fact scrollrangetovisible for long text brokes the textview. For the last 5 month I have observed with live interest this behaviour.
Post not yet marked as solved
1 Replies
The behaviour of uitextview has been changed from each beta, but not working correct. And in the recent beta (5) after adding some letter "a" to the end of text view the scroll area becomes longer that the end of text view.
Post not yet marked as solved
3 Replies
I have a bug with uitextview. Seems that uiscrollview has some defect in ios 16.
Post marked as solved
94 Replies
The bug exists in xcode 11.3. Can not run simplest code (one textedit and one button created in xcode 10.3) in iOS 12.4.2 29/12/2019 Oops looks I am wrong - it works.
Post not yet marked as solved
11 Replies
In spite I can run my app from 11.3 xcode in iOS13.3, but device support files for 13.3 is missed in this release of Xcode.
Post not yet marked as solved
14 Replies
Hi Eskimo. I have two questions:1. Where can I see the bug FB7386690 to look of its status2. Does this Swift PR means that the bug now has been resolved and the patch has been applied to swift library and we will not have exceptions in our code now?
Post not yet marked as solved
18 Replies
Google drive, gmail and many others not responding in the recent dock, I can only get context menu by longpressing
Post not yet marked as solved
14 Replies
One thing more, the error happen in project made in xcode 11 (unfortuantly my xcode have auto updated to 11) and only in final signed version of app (testflight or production), so you can not reproduce this bug in the local enviroment. I have downdgrade my xcode to 10.3 again and release app. Also It happen not for all strings, but some stirngs with Emoji will fire this bug.
Post not yet marked as solved
14 Replies
I have made release 30.09.2019And have also the error in compiler generated code Foundation -[NSBigMutableString characterAtIndex:] 4libswiftCore.dylib specialized _StringGuts.foreignErrorCorrectedUTF16CodeUnit(at:) 5libswiftCore.dylib specialized _StringGuts.foreignScalarAlign(_:) <compiler-generated> - Line 0 specialized String.subscript.getter In my code I have tried to get index in string of the selection by use selectedRange: let srange = Range(txtView.selectedRange, in: txtView.text)!and it crush inString(txtView.text[txtView.text.startIndex..<srange.lowerBound])with the error: Fatal Exception: NSRangeException *** -[NSBigMutableString characterAtIndex:]: Index 688 out of bounds; string length 688specialized String.subscript.getterMay be that code is wrong but it worked early (I do not change it)One thing more, this bug will appears after my xcode updated to 11 version.
Post not yet marked as solved
6 Replies
g.ulyanovg.ulyanovsaid that hi know the Unicode text that fire the bug, I only know that this error appears in ios 12 after long pressing the edit text, but I can not reproduce it.
Post not yet marked as solved
6 Replies
I still have that crashes, what are the Unicode text that produce the crash? I only found that the crash will appear when users long press in the textedit.