使用下面的代碼片段,我得到的undefined/undeclared error
上NSForegroundColorAttributeName未申報
NSForegroundColorAttributeName
我的代碼片段
NSMutableAttributedString * string = [[NSMutableAttributedString alloc] initWithString:self.myDisplayTxt];
[string addAttribute:NSForegroundColorAttributeName value:[UIColor redColor] range:NSMakeRange(0,5)];
請讓我知道
'NSForegroundColorAttributeName'是Mac OSX Core Library的一部分。所以你可以請張貼一些代碼讓大家知道你是如何實現的。 – 2012-04-25 06:49:33
更新了我的代碼片段 – user198725878 2012-04-25 07:03:02
@ hpiOSCoder:請幫助我,我已經包含了我的代碼。謝謝 – user198725878 2012-04-25 08:23:07