Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cnkcq/sidenavigation
- Owner: CNKCQ
- License: mit
- Created: 2017-07-25T15:14:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T09:21:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T14:42:35.686Z (about 1 month ago)
- Topics: drawmenu, navigation-drawer, objective-c, sidemenu, swift
- Language: Swift
- Homepage:
- Size: 75.2 KB
- Stars: 120
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.