I'm using the RDRStickyKeyboard to post comments, but I'm encountering a problem where after I submit the first comment the input view still retains its shape (if the text inputted 2 lines more), so it is messed up for the next comment. Is there any method I can call to fully "reset" the input view. As in clear it out completely.
You can see what I'm talking about in the readMe GIF, when the keyboard retracts down it retains its larger shape.
I've tried
self.contentWrapper.inputView.textView.text = nil;
but that just clears the text, and doesn't make the keyboard one line
I'm using the RDRStickyKeyboard to post comments, but I'm encountering a problem where after I submit the first comment the input view still retains its shape (if the text inputted 2 lines more), so it is messed up for the next comment. Is there any method I can call to fully "reset" the input view. As in clear it out completely.
You can see what I'm talking about in the readMe GIF, when the keyboard retracts down it retains its larger shape.
I've tried
self.contentWrapper.inputView.textView.text = nil;but that just clears the text, and doesn't make the keyboard one line