forked from organicmaps/organicmaps
[ios] Updated textview's runtime attributes.
This commit is contained in:
parent
652ae19796
commit
c064ff50ff
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
|||
self.textColor = [UIColor colorWithName:colorName];
|
||||
}
|
||||
|
||||
- (void)setTintColorName:(NSString *)colorName
|
||||
{
|
||||
self.tintColor = [UIColor colorWithName:colorName];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MWMTextView (RuntimeAttributes)
|
||||
|
|
Loading…
Add table
Reference in a new issue