XYPieChart icon indicating copy to clipboard operation
XYPieChart copied to clipboard

sizeWithFont deprecated

Open nspavlo opened this issue 12 years ago • 0 comments

Change: [label sizeWithFont:self.labelFont] To: [label sizeWithAttributes: @{NSFontAttributeName: self.labelFont}];

nspavlo avatar Apr 07 '14 15:04 nspavlo