Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fziviello/fazhamburgermenu
Creating a HamburgerMenu with user role management.
https://github.com/fziviello/fazhamburgermenu
hamburger-menu swift xcode
Last synced: about 2 months ago
JSON representation
Creating a HamburgerMenu with user role management.
- Host: GitHub
- URL: https://github.com/fziviello/fazhamburgermenu
- Owner: fziviello
- License: mit
- Created: 2019-02-12T11:37:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T15:30:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T20:03:42.555Z (about 2 months ago)
- Topics: hamburger-menu, swift, xcode
- Language: Swift
- Homepage: https://www.linkedin.com/in/programmatore/
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FazHamburgerMenu
Creating a HamburgerMenu with user role management.
## Requirements
- Swift 5.0
- iOS 12.1 or higher## Installation
### CocoaPods
To integrate FazHamburgerMenu into your Xcode project using CocoaPods, you have to specify it in your `Podfile` :
ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
use_frameworks!
pod 'FazHamburgerMenu', '1.0'
Then, run the following command:
bash
$ pod install
# Licences and tests![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
![Swift](https://github.com/fziviello/FazHamburgerMenu/workflows/Swift/badge.svg?branch=master)