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

Using XYPieChart inside CollectionViewCells #48

Open
zallanx opened this issue Apr 11, 2014 · 1 comment
Open

Using XYPieChart inside CollectionViewCells #48

zallanx opened this issue Apr 11, 2014 · 1 comment

Comments

@zallanx
Copy link

zallanx commented Apr 11, 2014

Great project!

I am trying to add XYPieCharts inside each of my UICollectionViewCell, and so far implemented the datasource and delegate methods inside my UICollectionViewCell.m file (should I be doing it this way?). The slice of each pie is supplied in the UICollectionViewController method: - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath.

However, I am running into the issue that none of the pies are showing. Am I correct in setting the datasource and delegate inside the cells as opposed to the view controller? What is the recommended way to doing this?

Thanks!

@tomerubin2
Copy link

I'm also experiencing this issue, seems like a bug.

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

2 participants