Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cnkcq/sidenavigation

Simple side navitation control for iOS in Swift , Right and Left sides, Support iPad & Object-C
https://github.com/cnkcq/sidenavigation

drawmenu navigation-drawer objective-c sidemenu swift

Last synced: 20 days ago
JSON representation

Simple side navitation control for iOS in Swift , Right and Left sides, Support iPad & Object-C

Awesome Lists containing this project

README

        

# SideNavigation

[![CI Status](http://img.shields.io/travis/cnkcq/SideNavigation.svg?style=flat)](https://travis-ci.org/[email protected]/SideNavigation)
[![Version](https://img.shields.io/cocoapods/v/SideNavigation.svg?style=flat)](http://cocoapods.org/pods/SideNavigation)
[![License](https://img.shields.io/cocoapods/l/SideNavigation.svg?style=flat)](http://cocoapods.org/pods/SideNavigation)
[![Platform](https://img.shields.io/cocoapods/p/SideNavigation.svg?style=flat)](http://cocoapods.org/pods/SideNavigation)

## Features

- [x] A Side menu.
- [x] Draggable.
- [x] ipad support.
- [x] Independent components.
##### :eyes: See also:
![SideNavigation_display](https://thumbs.gfycat.com/MagnificentWhichFlyinglemur-size_restricted.gif)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements
- iOS 8.0+
- Swift 3 ( < 1.0.7 ), Swift 4 ( >= 1.0.7 ), Swift 5, Objective-C

## Installation

SideNavigation is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "SideNavigation"
```
## Usage
Please see [example](https://github.com/CNKCQ/SideNavigation/tree/master/Example) or [Objective-C example](https://github.com/CNKCQ/SideNavigation/tree/master/SideNavigation-Objective-C)
## Welcome
Welcome to contribute
## Author

[email protected], [email protected]

## License

SideNavigation is available under the MIT license. See the LICENSE file for more info.