• Stars
    star
    1,806
  • Rank 25,722 (Top 0.6 %)
  • Language
    Objective-C
  • License
    BSD 2-Clause "Sim...
  • Created over 11 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

KxMenu is a vertical popup menu for using in iOS applications

KxMenu is a vertical popup menu for using in iOS applications

sample png sample gif

Usage

  1. Drop files from KxMenu/Source folder in your project.

Sample code:

 [KxMenu showMenuInView:self.view
               fromRect:sender.frame
              menuItems:@[
             	[KxMenuItem menuItem:@"Title"
                 	image:[UIImage imageNamed:@"image"]
                	target:self
                	action:@selector(menuItemAction:)],
             ]];

Look at KxMenuExample demo project as sample of using.

Requirements

at least iOS 5.0 and Xcode 4.5.0

Feedback

Tweet me β€” @kolyvan_ru.