修改字符串指定范围的颜色
摘要:
UILabel *textLab = [[UILabel alloc] initWithFrame:CGRectMake(spaceW, totalPriceLab.height+totalPriceLab.y, payView.width-2*spaceW, 30*KSCALE_HEIGHT)]; NSString *timeStr = @"30分钟"; NSStrin... 阅读全文
posted @ 2017-09-28 10:12 Walking_Jin 阅读(225) 评论(0) 推荐(0) 编辑