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

Add API for users to check and be notified of scrolling state #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 4, 2015

  1. Add API for users to check and be notified of scrolling state

    It currently involves a lot of work to properly update the calendar
    asyncronously (as encouraged in the README for long-running update
    tasks) because you have to avoid reloading the calendar manager while
    either scroll view is still scrolling. This change adds `scrolling`
    properties to the menu and horizontal content views so that users can
    check the current state, as well as adds two more delegate methods
    called when the content scroll view finishes scrolling. This also occurs
    when the content scrolling is triggered by menu view scrolling. This
    means that users can update their data cache when
    calendarDidLoad*Page is called and then reload the calendar when the new
    calendarDidFinishScrollingTo*Page is called.
    interstateone committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    e612387 View commit details
    Browse the repository at this point in the history