https://github.com/hollance/mhpopovermanager
A simple class for managing the lifecycle of your UIPopoverControllers
https://github.com/hollance/mhpopovermanager
Last synced: about 1 month ago
JSON representation
A simple class for managing the lifecycle of your UIPopoverControllers
- Host: GitHub
- URL: https://github.com/hollance/mhpopovermanager
- Owner: hollance
- Created: 2011-10-29T19:12:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T19:21:58.000Z (over 12 years ago)
- Last Synced: 2025-03-20T21:23:39.876Z (about 1 month ago)
- Language: Objective-C
- Homepage: http://www.hollance.com
- Size: 226 KB
- Stars: 23
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.