CYRTextView
CYRTextView copied to clipboard
Critical issue with auto scrolling
Steps to reproduce:
- Remove example application from the device or simulator if you have it.
- Run example application from CYRTextView package.
- Tap on the end of the last line.
- Type Enter. Type Enter. Type Enter. Type Enter. Type Enter.
Actual result:
Every time all text will be scrolled from the begging to the end automatically.
Should be:
Only a new line should be added.
Why there is no this issue on QED Solver for iPhone? Does it use something else instead CYRTextView?
The is no line number on the last line when the issue occurs.
The fix was added here: https://github.com/illyabusigin/CYRTextView/issues/20
Also it can be found here: http://stackoverflow.com/questions/24104234/syntax-highlighting-with-attributed-strings-on-uitextview/24109468#24109468