MultilineTextField icon indicating copy to clipboard operation
MultilineTextField copied to clipboard

Multiline Text Field - UITextField with multiple lines or UITextView with placeholder

Results 2 MultilineTextField issues
Sort by recently updated
recently updated
newest added

You can't subclass MultilineTextField

I want to have an RTL MultilineTextField with placeholder I've tried enforcing RTL semantics but no hope. ``` textField.semanticContentAttribute = .forceRightToLeft ``` so, is there a way to do it?