标签:
1.UI事件
[self.logInButton rac_signalForControlEvents:UIControlEventTouchUpInside]
2.Delegate回调
[self rac_signalForSelector:@selector(flickrAPIRequest:didCompleteWithResponse:) fromProtocol:@protocol(OFFlickrAPIRequestDelegate)];
3.Notificaiton
[NSNotificationCenter.defaultCenter rac_addObserverForName:UserDidLogOutNotification object:nil]
4.KVO观察
[RACObserve(self, username)]
5.Target-Action
[self rac_signalForSelector:@selector(didChangeValueForKey:)]
标签:
原文地址:http://www.cnblogs.com/guoxiaoqian/p/4683350.html