UIControl
class UIControl : UIView
Adds convenience methods for typed SignalProducers from RACSignal methods with NoError types for binding straight to MutablePropertys.
-
Declaration
Swift
public func rac_signalProducerForEvents(events:UIControlEvents) -> SignalProducer<UIControl, NoError>Return Value
A
SignalProducermapped fromrac_signalForControlEvents()to theUIControlsending the event.
-
ReactiveCocoa equivalent to
enabled.Declaration
Swift
public var rac_enabled: MutableProperty<Bool>
View on GitHub
UIControl Extension Reference