platform :ios, '7.0'
pod "MXMarkdownKeyboard", "~> 0.0.4"
just like the Demo
- remeber import 'MXKeyboardToolbar.h'
- like this
//just a line
_textView.inputAccessoryView = [MXKeyboardToolbar toolbarViewWithTextView:_textView];
- Stack Exchange
- RFMarkdownTextView
MIT