摘要: 图片上绘制文字 写一个UIImage的category NSMutableParagraphStyle* paragraphStyle = [[NSParagraphStyle defaultParagraphStyle] mutableCopy]; paragraphStyle.lineBreakMode = NSLineBreakByCharWrapping; ... 阅读全文
posted @ 2016-12-28 11:40 guangleijia 阅读(204) 评论(0) 推荐(0) 编辑
摘要: UITableView的Group样式下顶部空白处理 //分组列表头部空白处理 UIView *view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, 0.1)]; self.tableView.tableHeaderView = view; UITableView的plain样式下,取消区头停滞效果 - (void)scrol... 阅读全文
posted @ 2016-12-28 11:12 guangleijia 阅读(178) 评论(0) 推荐(0) 编辑