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

Cleaned up the API and made it more dynamic. ... #58

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hohl
Copy link

@hohl hohl commented Feb 2, 2014

Instead of using a static array the data source method now returns an array depending on the current filter.

(Demo updated too of course!)

hohl added 3 commits February 2, 2014 11:38
…c array the data source method now returns an array depending on the current filter.

(Demo updated too of course!)
@vincentjames501
Copy link

It would be really nice for the project maintainers to review this commit as this would be an incredibly nice feature to have.

@brunchboy
Copy link

Indeed, although to fully support remote data with large data sets, the completion handler would need to support chunked operation as well: each time it returns with a new chunk of data, it would also return a token that could be used to retrieve the next chunk, or null, if all the data had been delivered. The contact picker would then call for the next chunk whenever the user scrolled to the bottom of the view and the preceding completion had returned a non-null “next” token.

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

Successfully merging this pull request may close these issues.

3 participants