摘要:
给UILabel添加下划线1 NSMutableAttributedString *content = [[NSMutableAttributedString alloc]initWithString:text];2 NSRange contentRange = {0,[content l... 阅读全文
摘要:
转至http://www.jianshu.com/p/4a27736a319c 阅读全文
摘要:
UIView截图- (UIImage *)captureView:(UIView *)theView{ CGRect rect = theView.frame; if ([theView isKindOfClass:[UIScrollView class]]) { rect... 阅读全文