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

Know current month, willChangeToMonth and didChangeToMonth #33

Open
pktnoise opened this issue Dec 29, 2013 · 1 comment
Open

Know current month, willChangeToMonth and didChangeToMonth #33

pktnoise opened this issue Dec 29, 2013 · 1 comment

Comments

@pktnoise
Copy link

Knowing if the picker changes month lets me go ahead and fetch all the entities from database (Core Data) for that month in one go.

Right now in viewDidLoad I am using protocol's mainDateBegin and mainDateEnd to know the range for a fetch.

It would definitely be great to know the range of dates on screen for one large database query.

@k06a
Copy link
Owner

k06a commented Jan 8, 2014

This can be done by growing dataSource protocol...

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