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

HTML is hiding under Navigation bar. #150

Open amrit42087 opened 7 years ago

amrit42087 commented 7 years ago

I am using the editor in iPad Landscape mode. Please see the image attached screen shot 2016-11-16 at 3 37 06 pm

nnhubbard commented 7 years ago

This is correct behavior for a UINavigationController after iOS 7. If you don't want the content to go under the navigationBar, you need to make sure to set navigationController.navigationBar.translucent = NO;.