Skip to content

mudithsilva/SwiftySideMenu

Repository files navigation

SwiftySideMenu

This is a fully customizable side menu controller written in Swift.

Features

  • Smooth Transition between pages.
  • Customizable menue button image.
  • Customizable menue side bar top view.
  • Customizable icons for side menu items.
  • Lightweight Library.
  • Customizable side menu tableview.

Requirements

  • iOS 8.0+
  • Xcode 8.0+
  • Swift 3.0, 3.1, 3.2, and 4.0

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Installation

To integrate SwiftySideMenu into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'SwiftySideMenu', :git => 'https://github.com/mudithsilva/SwiftySideMenu.git'
end

Then, run the following command:

$ pod install

Usage

SwiftySideMenu Configuration