EGOTextView icon indicating copy to clipboard operation
EGOTextView copied to clipboard

Fix line at the top of text editor

Open 34x opened this issue 10 years ago • 0 comments

This commit fix issue that appears on 5s real device and on simulator too (6 used).

The problem with appearing tiny grey line above the text in text or md file editor. Problem appears if textChanged method view height is not round. The fix is simply round value before assign to rect.

Problem is described on screenshots bellow.

ios simulator screen shot 28 aug 2015 23 54 50 ios simulator screen shot 28 aug 2015 23 56 00

34x avatar Aug 28 '15 22:08 34x