Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 402 Bytes

ScrollLabel

使用方法: 下边这一个方法搞定 /*title,要显示的文字 *color,文字颜色 *font , 字体大小 *superView,要加载标签的视图 *rect ,标签的frame */

  • (void)rollLabelTitle:(NSString *)title color:(UIColor *)color font:(UIFont *)font superView:(UIView *)superView fram:(CGRect)rect;