inputtoolbar icon indicating copy to clipboard operation
inputtoolbar copied to clipboard

Expandable text input toolbar for iOS applications

Results 12 inputtoolbar issues
Sort by recently updated
recently updated
newest added

When enough text has been entered to cause the internalTextView to start scrolling, it's scroll area is larger than the textViewBackgroundImage i.e.the appearance is that, the text is scrolling outside...

When view is used on iPad, the position of input field (UIExpandingTextView) is misaligned after autorotation. It looks like it can be fixed with code like this ``` objective-c self.textView.autoresizingMask...