[ios] Updated textview's runtime attributes.

This commit is contained in:
VladiMihaylenko 2016-01-26 17:17:43 +03:00 committed by Sergey Yershov
parent 652ae19796
commit c064ff50ff

View file

@ -24,6 +24,11 @@
self.textColor = [UIColor colorWithName:colorName];
}
- (void)setTintColorName:(NSString *)colorName
{
self.tintColor = [UIColor colorWithName:colorName];
}
@end
@implementation MWMTextView (RuntimeAttributes)