一個UILabel設置多個文字顏色

NSMutableAttributedString *str = [[NSMutableAttributedString alloc] initWithString:@"我是中國人我愛中國"]; [str addAttribute:NSForegroundColorAttributeName value:[UIColor greenColor] range:NSMakeRange(5, 3)];
相關文章
相關標籤/搜索