Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

30 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages