SkillAgentSearch skills...

MHPopoverManager

A simple class for managing the lifecycle of your UIPopoverControllers

Install / Use

/learn @hollance/MHPopoverManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MHPopoverManager

This is a simple class for managing the lifecycle of your UIPopoverControllers.

Advantages of using MHPopoverManager:

  • You do not need to keep references to the UIPopoverControllers or their content view controllers.
  • The popover controllers are lazily loaded. When memory warnings occur, the popovers that are not visible are deallocated.
  • When the device rotates, the popover manager will hide the visible popover and makes it easy to restore that popover after the rotation.

A basic demo project is included.

The MHPopoverManager source code is copyright 2011-2012 Matthijs Hollemans and is licensed under the terms of the MIT license.

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated9y ago
Forks0

Languages

Objective-C

Security Score

60/100

Audited on Feb 7, 2017

No findings