XYPieChart
XYPieChart copied to clipboard
sizeWithFont deprecated
Change: [label sizeWithFont:self.labelFont] To: [label sizeWithAttributes: @{NSFontAttributeName: self.labelFont}];