nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 585 forks source link

why in my app, toolbar have a black view? #125

Closed lin493369 closed 8 years ago

lin493369 commented 8 years ago

simulator screen shot 2016 6 7 11 06 44

nnhubbard commented 8 years ago

Have you tried making your view backgroundColor white?

ghost commented 8 years ago

@lin493369 I have been unable to reproduce this issue so I am going to close it for now, if you can provide clear steps to reproduce this issue and I am able to reproduce it then I will re-open it.

Cr0sSS commented 7 years ago

Same thing. iOS 10.3, iPhone 7 simulator and iPhone 7Plus device.

There is "extraHeight" constant in file ZSSRichTextEditor.m line 1230

// Editor View const int extraHeight = 10;

If it = 0, no black line will be shown. For what this magical constant was created?