You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for great library, but while I am trying to loading in tableviewcell, but, Not able to show in TableviewCell even Delegate methods are calling to load NUBarChart. Can you please give suggestions to fix this issue. Thanks!
And my code in tableviewcellforrowatindexpath delegate method
let frame = cell?.lineChartBar.frame
cell?.lineChartBar.frame = frame!
cell?.lineChartBar.barDataSource = self as NUBarChartDataSource
cell?.lineChartBar.barDelegate = self as NUBarChartDelegate
cell?.lineChartBar.backgroundColor = UIColor(red: 56/255, green: 56/255, blue: 56/255, alpha: CGFloat(1.0))
cell?.lineChartBar.reloadDial(withAnimation: false)
The text was updated successfully, but these errors were encountered:
AnilkumarRabhasa
changed the title
Delegate methods are not calling while loading NUBarChart in Tableviewcell
Not able to show in TableviewCell even Delegate methods are calling to load NUBarChart
Oct 30, 2017
Thanks for great library, but while I am trying to loading in tableviewcell, but, Not able to show in TableviewCell even Delegate methods are calling to load NUBarChart. Can you please give suggestions to fix this issue. Thanks!
And my code in tableviewcellforrowatindexpath delegate method
The text was updated successfully, but these errors were encountered: