This post introduces a new open-source iOS pie chart class, BNPieChart. Â It’s designed to draw beautiful, scalable pie charts with a dead-simple interface. To get the class, just click the Downloads button from the moriarty github page. This chart: is produced with this code: BNPieChart *chart = [[[BNPieChart alloc] initWithFrame:frame] autorelease]; [chart addSlicePortion:0.1 withName:@"Orange"]; [chart […]
-
Recent Posts
-
Previous Articles