We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b528d commit f8574d1Copy full SHA for f8574d1
chapter4/deriving_state.md
@@ -26,7 +26,7 @@ RACSignal * validEmailSignal = [self.textField.rac_textSignal map:^id (NSString
26
27
RAC(self.button, enabled) = validEmailSignal;
28
29
-RAC(self.button, textColor) = [validEmailSignal map: ^id (id value){
+RAC(self.textField, textColor) = [validEmailSignal map: ^id (id value){
30
if([value boolValue]){
31
return [UIColor greenColor];
32
}else{
0 commit comments