RDRStickyKeyboardView
RDRStickyKeyboardView copied to clipboard
Option to set maxline of inputView
+1
@cherishloveyou You can define inputView max height in RDRStickyKeyboardView.m, accurate to say that, static inline CGFloat RDRTextViewHeight(UITextView *textView)
function.
+1
For temporarily add some custom value after line 930 works.
maxInputViewHeight = 112.0f;
when i write something height not increase automatically if i touch return button on keyboard height increase. should i add something ?