mirror of
https://github.com/zhigang1992/ReactiveViewModel.git
synced 2026-01-12 17:43:19 +08:00
Remove -setNilValueForKey: hack
This commit is contained in:
@@ -163,11 +163,4 @@ static const NSTimeInterval RVMViewModelInactiveThrottleInterval = 1;
|
||||
return [super automaticallyNotifiesObserversForKey:key];
|
||||
}
|
||||
|
||||
- (void)setNilValueForKey:(NSString *)key {
|
||||
// Ignore attempts to set primitive properties to nil. This is commonly
|
||||
// caused by RACObserve noticing an intermediate key change.
|
||||
//
|
||||
// See https://github.com/ReactiveCocoa/ReactiveCocoa/issues/631.
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user