RDRStickyKeyboardView icon indicating copy to clipboard operation
RDRStickyKeyboardView copied to clipboard

Option to set maxline of inputView

Open cherishloveyou opened this issue 10 years ago • 4 comments

cherishloveyou avatar Apr 23 '14 06:04 cherishloveyou

+1

Sean-Wang avatar Apr 25 '14 03:04 Sean-Wang

@cherishloveyou You can define inputView max height in RDRStickyKeyboardView.m, accurate to say that, static inline CGFloat RDRTextViewHeight(UITextView *textView) function.

Sean-Wang avatar Apr 30 '14 05:04 Sean-Wang

+1

For temporarily add some custom value after line 930 works.

    maxInputViewHeight = 112.0f;

albertgh avatar Sep 09 '14 07:09 albertgh

when i write something height not increase automatically if i touch return button on keyboard height increase. should i add something ?

Kecemen avatar Feb 02 '15 15:02 Kecemen