摘要: UILabel *lable = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 100, 300)]; lable.text = @"其中俩字是红色,大小为17"; NSRange rangeRmb=[lable.text rangeO... 阅读全文
posted @ 2015-02-12 10:23 NSFuck 阅读(1955) 评论(0) 推荐(0) 编辑