Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JPluto/DDMenuController
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Hyacinth/DDMenuController
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 27 files changed
  • 2 contributors

Commits on Dec 7, 2011

  1. fixed a bug where the left and right controller flags would not get r…

    …eset, added a methods setRootController:animated: for tapping in the left view controller, it should take over the view not get added to the stack.
    devindoty committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    793c46c View commit details
    Browse the repository at this point in the history
  2. adding files

    devindoty committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    5e0e254 View commit details
    Browse the repository at this point in the history
  3. adding files again..

    devindoty committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    943e9fc View commit details
    Browse the repository at this point in the history
  4. removing ds_store file

    devindoty committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    b8bb96f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. added landscape support, added additional view presentation methods, …

    …overal more flexible setting the root view controller, UINavigationController or UITabBarController both work.
    devindoty committed Mar 19, 2012
    Configuration menu
    Copy the full SHA
    da64c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf91f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2368e81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add827c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2012

  1. * Created new macros to set the max width of the right and left view …

    …controllers to 320pt, with 40pt overlayed. (Didn't make sense to show fully width -40pt on the iPad)
    
    * Updated shouldAutorotateToInterfaceOrientation to check with the root view controller, rather than returning YES
    shnhrrsn committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    ef68849 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from shnhrrsn/master

    Improvements on iPad, Fixed a rotation bug.
    devindoty committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    4b992d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. * Fixed a bug that rendered bar button items useless if you're not us…

    …ing both side menus
    
    * Added support for setting a custom class for UIBarButtonItem
    shnhrrsn committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    205ae7d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2012

  1. Merge pull request #10 from shnhrrsn/master

    Bug fixes/improvements to nav bar buttons
    devindoty committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    2392883 View commit details
    Browse the repository at this point in the history
Loading