RBInputViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBInputView.h |
– inputView:valueChanged:
required method
Notifies the delegate that the input view value changed.
- (void)inputView:(nonnull RBInputView *)inputView valueChanged:(nullable id)value
Parameters
inputView |
The input view. |
---|---|
value |
The new value. |
Discussion
Notifies the delegate that the input view value changed.
Declared In
RBInputView.h
– dataForInputView:
required method
Gets the value that should be initially displayed in the input view.
- (nullable id)dataForInputView:(nonnull RBInputView *)inputView
Parameters
inputView |
The input view requesting the value. |
---|
Return Value
The value that should be initially displayed.
Discussion
Gets the value that should be initially displayed in the input view.
Declared In
RBInputView.h