UITextField(RACSignalSupport) Category Reference
Declared in | UITextField+RACSignalSupport.h UITextField+RACSignalSupport.m |
Instance Methods
rac_newTextChannel
Creates a new RACChannel-based binding to the receiver.
- (RACChannelTerminal *)rac_newTextChannel
Discussion
Returns a RACChannelTerminal that sends the receiver’s text whenever the UIControlEventEditingChanged or UIControlEventEditingDidBegin control event is fired, and sets the text to the values it receives.
Declared In
UITextField+RACSignalSupport.h
rac_textSignal
Creates and returns a signal for the text of the field. It always starts with the current text. The signal sends next when the UIControlEventEditingChanged or UIControlEventEditingDidBegin control event is fired on the control.
- (RACSignal *)rac_textSignal
Declared In
UITextField+RACSignalSupport.h