diff --git a/examples/Multiplex/Sample/ScreenNode.m b/examples/Multiplex/Sample/ScreenNode.m index b3e661079a..b73368a03f 100644 --- a/examples/Multiplex/Sample/ScreenNode.m +++ b/examples/Multiplex/Sample/ScreenNode.m @@ -60,7 +60,7 @@ NSDictionary *attributes = @{NSFontAttributeName: [UIFont fontWithName:@"HelveticaNeue-Light" size:22.0f]}; NSAttributedString *string = [[NSAttributedString alloc] initWithString:text attributes:attributes]; - [_buttonNode setAttributedTitle:string forState:ASButtonStateNormal]; + [_buttonNode setAttributedTitle:string forState:ASControlStateNormal]; [self setNeedsLayout]; }