UzysDragMenu
Drag Menu you can easily open and close using drag gesture
Install / Use
/learn @uzysjung/UzysDragMenuREADME
UzysDragMenu
Drag Menu you can easily open and close using drag gesture.

UzysDragMenu features:
- Very Easy to customize menu view , you can use interface builder.
- you can choose drag area (superView or MenuView), using Option : isSuperViewGesture
- Support Both ARC and non-ARC Project
Installation
Copy over the files libary folder to your project folder
Usage
Import header.
#import "UzysDragMenu.h"
Initialize
####1. make menu Item
UzysDragMenuItem *item0 = [[UzysDragMenuItem alloc] initWithTitle:@"UzysSlide Menu" image:[UIImage imageNamed:@"0.png"] action:^(UzysDragMenuItem *item) {
NSLog(@"Item: %@", item);
}];
item0.tag = 0;
####2. make controlview
UzysDragMenuControlView *controlView = [[[NSBundle mainBundle] loadNibNamed:@"UzysDragMenuControlView" owner:self options:nil] lastObject];
[controlView.btnAction addTarget:self action:@selector(actionBtn:) forControlEvents:UIControlEventTouchUpInside];
####3. make UzysDragmenu
self.uzysDmenu = [[UzysDragMenu alloc] initWithItems:@[item0,item1,item2]
controlMenu:controlView
superViewGesture:YES];
[self.view addSubview:self.uzysDmenu];
Contact
License
- See LICENSE.
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
