https://github.com/fziviello/fazhamburgermenu
Creating a HamburgerMenu with user role management.
https://github.com/fziviello/fazhamburgermenu
hamburger-menu swift xcode
Last synced: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T15:30:00.000Z (over 6 years ago)
- Last Synced: 2026-02-11T10:48:24.770Z (4 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

