nnhubbard / ZSSRichTextEditor

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

when used inside UITabBarController, the toolbar is placed too high #202

Open haemi opened 6 years ago

haemi commented 6 years ago

in keyboardWillShowOrHide it has to be considered if the editor is shown inside a UITabBarController as the height of the UITabBar has to be considered as well.