Skip to content

Dmitriy837/DKPopupMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKPopupMenu

A fast and simple way to add Android-like looking popup menu anywhere in a project with API similar to UIAlertController, but simpler :) It is now possible to set custom background view to customize color and handle gestures.

Optionally, a nib file can be used to present menu cell's content.

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

DKPopupMenu is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DKPopupMenu"

Icons

Icons used in example are taken from publicly available source and are distibuted under Creative Commons Attribution-No Derivative Works 3.0 Unported Lisence

Author

DmytroKovryhin, agnostic.88@yandex.ua

License

DKPopupMenu is available under the MIT license. See the LICENSE file for more info.