Closed XTShow closed 6 years ago
I'd suggest looking at the documentation for the NSNotificationCenter
method. It seems like you might be a little confused about the role of the object
parameter.
@mdiep emmmm....Yes, I confused this object and the context in KVO....This is my fault. Thank you very much!
First of all, thank you very much for providing us with such a great framework! When I use the "- (RACSignal<NSNotification > )rac_addObserverForName:(nullable NSString *)notificationName object:(nullable id)object;", for example:
the "object" must be nil, when the app enter background, the block will be called。 But when the object not nil,like @"asd" ,self, the block will not be called. Is the way I use it wrong?