Skip to content

Category on UIViewController that makes it easy to present modal view controllers that only partially cover the screen.

Notifications You must be signed in to change notification settings

hollance/MHSemiModal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIViewController+MHSemiModal

This is a category on UIViewController that makes it easy to present modal view controllers that only partially cover the screen.

Instead of:

[self presentModalViewController:controller animated:YES];

You now do:

[self mh_presentSemiModalViewController:controller animated:YES];

To dismiss the semi-modal view controller, you do:

[self mh_dismissSemiModalViewController:controller animated:YES];

About

Category on UIViewController that makes it easy to present modal view controllers that only partially cover the screen.

Resources

Stars

Watchers

Forks

Packages

No packages published