I’m looking at your MLVPieChartView.h file and I don’t see a method named “tick
” in there.
You need to change that call to the object that has a “tick
” method. From what I can tell from your GitHub project, there is no “tick
” method declared anywhere (in which case you have to create it).
4
solved No Visible @interface for ‘MLVPieChartView’ declares the selector ‘tick’ [closed]