Closed sambudda closed 10 years ago
How can I change the color of the font? I tried this but it doesn't work / compile.
self.circleView.textAttributes = @{NSFontAttributeName: [UIFont systemFontOfSize:15], [NSColor blackColor]};
never mind ...
self.circleView.textAttributes = @{NSFontAttributeName: [UIFont systemFontOfSize:15], NSForegroundColorAttributeName:[UIColor redColor]};
How can I change the color of the font? I tried this but it doesn't work / compile.
self.circleView.textAttributes = @{NSFontAttributeName: [UIFont systemFontOfSize:15], [NSColor blackColor]};