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

Getting zero Objects in visibleCells and visibleCellIndices #202

Open
Quamber opened this issue Jun 28, 2013 · 8 comments
Open

Getting zero Objects in visibleCells and visibleCellIndices #202

Quamber opened this issue Jun 28, 2013 · 8 comments

Comments

@Quamber
Copy link

Quamber commented Jun 28, 2013

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.

@evadne
Copy link
Collaborator

evadne commented Jun 28, 2013

$0.01 says there is no data source.

On Jun 28, 2013, at 4:53, Quamber notifications@github.com wrote:

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.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/202
.

@Quamber
Copy link
Author

Quamber commented Jun 28, 2013

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

@evadne
Copy link
Collaborator

evadne commented Jun 28, 2013

Problem contained within your own app and the sample app is fine. Correct?

On Jun 28, 2013, at 5:02, Quamber notifications@github.com wrote:

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


Reply to this email directly or view it on
GitHubhttps://github.com//issues/202#issuecomment-20184282
.

@Quamber
Copy link
Author

Quamber commented Jun 28, 2013

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.

@evadne
Copy link
Collaborator

evadne commented Jun 28, 2013

So cells are displayed but the method call does not return any of them. I
suggest hooking up the debugger and watching for ivar changes to be sure
about the data source not being changed.

On Jun 28, 2013, at 5:05, Quamber notifications@github.com wrote:

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.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/202#issuecomment-20184368
.

@Quamber
Copy link
Author

Quamber commented Jun 28, 2013

okay Datasource is set no where except the Xib files as i have set my project according to your Video on Vimeo

@evadne
Copy link
Collaborator

evadne commented Jun 28, 2013

Inspect with debugger.

On Jun 28, 2013, at 5:08, Quamber notifications@github.com wrote:

okay Datasource is set no where except the Xib files as i have set my
project according to your Video on Vimeo


Reply to this email directly or view it on
GitHubhttps://github.com//issues/202#issuecomment-20184506
.

@Quamber
Copy link
Author

Quamber commented Jun 28, 2013

okay will let you know after complete inspection. Thanks for ur Valuable Time :)

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