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