mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Update examples to use UIControlState (#3013)
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
NSDictionary *attributes = @{NSFontAttributeName: [UIFont fontWithName:@"HelveticaNeue-Light" size:22.0f]};
|
||||
NSAttributedString *string = [[NSAttributedString alloc] initWithString:text
|
||||
attributes:attributes];
|
||||
[_buttonNode setAttributedTitle:string forState:ASControlStateNormal];
|
||||
[_buttonNode setAttributedTitle:string forState:UIControlStateNormal];
|
||||
[self setNeedsLayout];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user