# kxMenu **Repository Path**: linghaojoy/kxMenu ## Basic Information - **Project Name**: kxMenu - **Description**: 弹出式菜单(第三方) - **Primary Language**: Objective-C - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README KxMenu is a vertical popup menu for using in iOS applications =========================================================== ![sample png](https://raw.github.com/kolyvan/kxmenu/master/screenshot/example.png "Sample Png") ![sample gif](https://raw.github.com/kolyvan/kxmenu/master/screenshot/example.gif "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](http://twitter.com/kolyvan_ru).