Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to show in TableviewCell even Delegate methods are calling to load NUBarChart #6

Open
AnilkumarRabhasa opened this issue Oct 30, 2017 · 0 comments

Comments

@AnilkumarRabhasa
Copy link

AnilkumarRabhasa commented 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

    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)
@AnilkumarRabhasa 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant