-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79db65c
commit 87cf524
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# AKSwiftSlideMenu | ||
|
||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift) [![Language](https://img.shields.io/badge/Swift-4-orange.svg)](https://swift.org) | ||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/matteocrippa/awesome-swift) [![Language](https://img.shields.io/badge/Swift-4.2-orange.svg)](https://swift.org) | ||
|
||
Slide Menu (Drawer) in Swift 4 | ||
Slide Menu (Drawer) in Swift 4.2 | ||
|
||
Why to use a library everytime? | ||
|
||
Let's create our own Slide Menu in Swift 4. | ||
Let's create our own Slide Menu in Swift 4.2 | ||
|
||
![Slide Menu Example Image](https://cloud.githubusercontent.com/assets/6905345/10064748/8b39581e-6299-11e5-8829-d003e4069f30.png) | ||
|
||
I have uploaded a video for easy way to integrate AKSwiftSlideMenu in your project : | ||
|
||
[![How to integrate AKSwiftSlideMenu - iOS - Swift](https://img.youtube.com/vi/UEOf-mVeEzU/0.jpg)](https://www.youtube.com/watch?v=UEOf-mVeEzU) | ||
|
||
I have written an article about this on my website http://ashishkakkad.com/2015/09/create-your-own-slider-menu-drawer-in-swift/ | ||
I have written an article about this on my website http://ashishkakkad.com/2015/09/create-your-own-slider-menu-drawer-in-swift/ (Old article not updated with Swift versions) | ||
|
||
Happy Coding :) |