aryaxt / iOS-Rich-Text-Editor

A Rich Text Editor for iOS
Other
893 stars 158 forks source link

On iOS 7 UIMenuItmes are always visible #17

Open aryaxt opened 11 years ago

aryaxt commented 11 years ago

On iOS 7 UIMenuItems for (bold, italic, underline, strike through) are always visible in UIMenuController, regardless of what the datasource method returns.

cdkr commented 11 years ago

If no text selected,it works like you said. Else if I select some, it works fine.