https://github.com/sonsongithub/uzmultiplelayeredpopovercontroller
https://github.com/sonsongithub/uzmultiplelayeredpopovercontroller
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonsongithub/uzmultiplelayeredpopovercontroller
- Owner: sonsongithub
- License: bsd-3-clause
- Created: 2014-01-03T04:01:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T02:21:15.000Z (about 8 years ago)
- Last Synced: 2025-04-23T23:11:39.072Z (8 months ago)
- Language: Objective-C
- Size: 340 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UZMultipleLayeredPopoverController
==================================
Custom popover controller for iOS7
###What's UZMultipleLayeredPopoverController?
- UZMultipleLayeredPopoverController class implements the popover controller like UIPopoverController.
- The class supports the display of UIViewController instance on the popover like using UIPopoverController objects.
- You can overlay popover controllers on them unlimitedly.
- You can use this controller on iPhone/iPod.
[](https://www.youtube.com/watch?v=ePbiWwZu3w4)
###How to use
It's easy and simple. You can show UZMultipleLayeredPopoverController like a modal view controller.
[self presentMultipleLayeredPopoverWithViewController:viewController
contentSize:CGSizeMake(320, 480)
fromRect:button.frame
inView:self.view
direction:UZMultipleLayeredPopoverAnyDirection
passThroughViews:@[button]];
###How to build
- Use build.sh. Automatically lib and header file generated at ./build/.
- UZMultipleLayeredPopoverController supports [CocoaPods](http://cocoapods.org).
###Document
- See html/index.html
###License
- UZMultipleLayeredPopoverController is available under BSD-License. See LICENSE file in this repository.