RBTextViewField Class Reference
Inherits from | UITextView |
---|---|
Conforms to | RBInputViewDelegate |
Declared in | RBTextViewField.h |
minimumSize
The minimum size that the text input field will request of it’s container.
@property (nonatomic) CGSize minimumSize
Discussion
The minimum size that the text input field will request of it’s container.
Declared In
RBTextViewField.h
maximumSize
The maximum size that the text input field will request of it’s container.
@property (nonatomic) CGSize maximumSize
Discussion
The maximum size that the text input field will request of it’s container.
Declared In
RBTextViewField.h
placeholder
The placeholder text to be displayed when the field is empty.
@property (nonatomic, nullable) NSString *placeholder
Discussion
The placeholder text to be displayed when the field is empty.
Declared In
RBTextViewField.h