-
Notifications
You must be signed in to change notification settings - Fork 450
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
Getting zero Objects in visibleCells and visibleCellIndices #202
Comments
$0.01 says there is no data source. On Jun 28, 2013, at 4:53, Quamber [email protected] wrote: i am working on a a project where i had to add gridView with a Xib file and — |
well all the cells are loaded properly. right now i have set total cells to 10 and they are displayed. But whenever i try to get those it does not return any object. I was working on an animation update to this library but i have checked that source too. there is no problem in that |
Problem contained within your own app and the sample app is fine. Correct? On Jun 28, 2013, at 5:02, Quamber [email protected] wrote: well all the cells are loaded properly. right now i have set total cells to — |
Yes. But the example app is not a Xib based Project. And i am trying to animate the Expansion Demo Function where i need the visible Cells. |
So cells are displayed but the method call does not return any of them. I On Jun 28, 2013, at 5:05, Quamber [email protected] wrote: Yes. But the example app is not a Xib based Project. And i am trying to — |
okay Datasource is set no where except the Xib files as i have set my project according to your Video on Vimeo |
Inspect with debugger. On Jun 28, 2013, at 5:08, Quamber [email protected] wrote: okay Datasource is set no where except the Xib files as i have set my — |
okay will let you know after complete inspection. Thanks for ur Valuable Time :) |
i am working on a a project where i had to add gridView with a Xib file and on selection of a cell i move to next gridView with a Xiv. the problem is that even after the data has been updated ; view has been loaded; the gridView returns zero Objects in visibleCells and visibleCellIndices. I have added reloadData Completion delegare and called the functions after that but still of no use. Please help me out. I will add the code where ever you guy's think there could be a problem.
The text was updated successfully, but these errors were encountered: