TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by liaojinxing.
Subclass of UILabel with rich style, such as auto checking links, supporting regular expression.
It supports:
pod 'RichStyleLabel'
RichStyleLabel *regexLabel = [[RichStyleLabel alloc] initWithFrame:CGRectMake(0, 200, 320, 100)];
NSDictionary* redTextAttributes = @{ NSForegroundColorAttributeName : [UIColor redColor]};
[regexLabel setAttributedText:@"123Hello, world! " withRegularPattern:@"^[0-9]+" attributes:redTextAttributes];
See the project for more details.
RichStyleLabel is available under the MIT license. See the LICENSE file for more info.