I am developing a plotting app which uses core plot. I want to animate the bar-chart height growth. I haven’t used CALayer animations before. I saw some details of it but couldn’t find any way to fulfill my motive using that. Though I feel it can have a role to play as charts are highly sub classed CALayers. Please correct if I am wrong and guide me to use animations to show growth of bar charts.
Share
CABasicAnimation and michele’s answer for this question did the trick for me and the charts are animating smoothly now 🙂