UISwitch(RACSignalSupport) Category Reference
Declared in | UISwitch+RACSignalSupport.h UISwitch+RACSignalSupport.m |
Instance Methods
rac_newOnChannel
Creates a new RACChannel-based binding to the receiver.
- (RACChannelTerminal *)rac_newOnChannel
Discussion
Returns a RACChannelTerminal that sends whether the receiver is on whenever the UIControlEventValueChanged control event is fired, and sets it on or off when it receives @YES or @NO respectively.
Declared In
UISwitch+RACSignalSupport.h