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

Allow subclasses of Dragging Coordinator to override the default nav controller that gets created #11

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

Commits on Jun 15, 2013

  1. Configuration menu
    Copy the full SHA
    421adff View commit details
    Browse the repository at this point in the history
  2. change the z ordering of the draggable view, the background view and …

    …the presented nav controller
    aleemstreak committed Jun 15, 2013
    Configuration menu
    Copy the full SHA
    98fb28e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2013

  1. Configuration menu
    Copy the full SHA
    d7ca7e8 View commit details
    Browse the repository at this point in the history
  2. bug fixes to ability to hide presented view controller by dragging ch…

    …at head away. First fix was to change the state back to normal after the presented view controller was hidden and the second was to correctly determine which edge the view should be snapped back to.
    aleemstreak committed Jun 16, 2013
    Configuration menu
    Copy the full SHA
    f4b1ba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. dont aniate the view right away to its correct location, wait for it …

    …to be explicitly called
    aleemstreak committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    6ecd1a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. make the delagate optionally create the UINavController and also dete…

    …rmine what happens when the chat head gets tapped
    aleemstreak committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    d40c92b View commit details
    Browse the repository at this point in the history