SkillAgentSearch skills...

MHSemiModal

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

Install / Use

/learn @hollance/MHSemiModal
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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];

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated1y ago
Forks4

Languages

Objective-C

Security Score

60/100

Audited on Dec 18, 2024

No findings