SkillAgentSearch skills...

SlideMenuView

An easy slidable menu for Objective-C.

Install / Use

/learn @app-bootstrap/SlideMenuView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SlideMenuView

Preview

preview

Usage

Installation

copy SlideMenuView.h, SlideMenuView.m into your project.

Add the following import to the top of the file:

#import "SlideMenuView.h"

Configuration

UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:mainSide];
SlideMenuView *slideMenu = [[SlideMenuView alloc] initWithRootController:nav];
...
self.window.rootViewController = slideMenu;

License

The MIT License (MIT)

Copyright (c) 2015 xdf

Related Skills

View on GitHub
GitHub Stars55
CategoryDevelopment
Updated1mo ago
Forks46

Languages

Objective-C

Security Score

95/100

Audited on Feb 10, 2026

No findings