Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturdev/AMSlideMenu2
Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
https://github.com/arturdev/AMSlideMenu2
Last synced: 3 months ago
JSON representation
Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
- Host: GitHub
- URL: https://github.com/arturdev/AMSlideMenu2
- Owner: arturdev
- License: mit
- Created: 2013-12-26T09:59:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T18:48:21.000Z (7 months ago)
- Last Synced: 2024-05-21T09:25:15.296Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 4.97 MB
- Stars: 1,199
- Watchers: 53
- Forks: 195
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ATTENTION‼️
Starting from v2.0.0 all the APIs are changed. You can find the old version in the AMSlideMenu_ObjC branch.AMSlideMenu2
===========Made with ❤️ by arturdev .
Supported iOS version: >= 10.0
This is a simple library to create sliding menus!
With this library you can create 3 types of sliding menus:
1. Slide menu with right menu only.
2. Slide menu with left menu only.
3. Slide menu with both left and right menus.This repo contains project that demonstrate usage of AMSlideMenu .
Works for both iPhone, iPad and macCatalyst.### Installation with CocoaPods
[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries installation in your projects.
#### Podfile
```ruby
pod "AMSlideMenu", "~> 2.0.1"
```### Swift Package Manager
You can also use Swift Package Manager to add AMSlideMenu as a dependency to your project. In order to do so, use the following URL:```bash
https://github.com/arturdev/AMSlideMenu.git
```USAGE
======================
[![Video Tutorial](https://raw.github.com/arturdev/AMSlideMenu/master/AMSlideMenuDemo-with%20Storyboard/AMSlideMenu/youtube.png)](https://www.youtube.com/watch?v=0NUHbPiTDpo)CUSTOMIZATION
=============You can easily customize slide menu by overriding needed methods of AMSlideMenuMainViewController, almost all methods are `open`.
SCREENSHOTS
===========Screenshots comming soon!
## Author
arturdev, [email protected]
matghazaryan, [email protected]Ideas
===========
If you have any cool idea you would like to see in this lib or you found a bug please feel free to open an issue :)Thank You.