Skip to content

FelixLinBH/ReadmoreLabel

Repository files navigation

ReadMoreLabel

Version License Platform

Customization UILabel tail string. �

How to Use?

###It provides:

  • Append tail string with color
-(void)appendTailString:(NSString *)tailString color:(UIColor *)color;
  • Append tail string with color and font
-(void)appendTailString:(NSString *)tailString color:(UIColor *)color font:(UIFont *)font;
  • Enable trim escape character flag
@property (nonatomic,assign) BOOL isTrimEscapeCharacter;

##Screen shot

Editor preferences pane

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

ReadMoreLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ReadMoreLabel"

License

ReadMoreLabel is available under the MIT license. See the LICENSE file for more info.

About

Customization UILabel tail string.

Resources

License

Stars

Watchers

Forks

Packages

No packages published