Drag & drop custom UIView bar chart with animating bars.
- Create UIView in your storyboard/xib
- Change Class to VKBarChartView
- Create IBOutlet
- Pass bar titles, colors(optional) and values to the the VKBarChartView using the
- (void)createBarsWithTitles:(NSArray *)titles withBarsColors:(NSArray *)colors withBarsValues:(NSArray *)values;