UIStepper(RACSignalSupport) Category Reference
Declared in | UIStepper+RACSignalSupport.h UIStepper+RACSignalSupport.m |
Instance Methods
rac_newValueChannelWithNilValue:
Creates a new RACChannel-based binding to the receiver.
- (RACChannelTerminal *)rac_newValueChannelWithNilValue:(NSNumber *)nilValue
Discussion
nilValue - The value to set when the terminal receives nil
.
Returns a RACChannelTerminal that sends the receiver’s value whenever the UIControlEventValueChanged control event is fired, and sets the value to the values it receives.
Declared In
UIStepper+RACSignalSupport.h