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

Improve how extensible the framework is by making it easier to subclass key components. Some refactoring along the way. #104

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

Commits on Jun 8, 2015

  1. Expose the galleryController in MHOverviewController for better subcl…

    …assing handling.
    Clement Rousselle committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    6c164ff View commit details
    Browse the repository at this point in the history
  2. Expose the image/video retrieval logic as a public method. This makes…

    … overidding the behavior if needed easier.
    
     Please enter the commit message for your changes. Lines starting
    Clement Rousselle committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    495a72a View commit details
    Browse the repository at this point in the history
  3. Expose usefull methods in order to improve how easy it is to subclass…

    … MHGalleryImageViewerViewController or MHImageViewController.
    Clement Rousselle committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    f2d5a40 View commit details
    Browse the repository at this point in the history
  4. Add possibility to hide the toolbar in MHCustomization.

    Clement Rousselle committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    775da2f View commit details
    Browse the repository at this point in the history