Skip to content

Elegant side menu solution for your next swift-based project

License

Notifications You must be signed in to change notification settings

wonderkiln/FlexSideMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Adrian Mateoaea
Nov 28, 2016
380c868 · Nov 28, 2016

History

31 Commits
Nov 8, 2016
Sep 19, 2016
Sep 19, 2016
Sep 19, 2016
Jan 31, 2016
Sep 19, 2016
Jan 31, 2016
Sep 21, 2016
Feb 10, 2016
Sep 19, 2016
Sep 19, 2016
Nov 28, 2016
Sep 19, 2016

Repository files navigation

Flexible Side Menu Header

Flexible Tab Bar is a custom approach to the tab bar that allows you to create different views for different orientations/devices or states. iOS default UITabBar is limited and it is really hard to customize it for different device states.

Preview

Installation

With CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. To install with cocoaPods, follow the "Get Started" section on CocoaPods.

Podfile

pod 'WKAwesomeMenu'

Usage

In the source files where you need to use the library, import the header file:

import WKAwesomeMenu

Initialization

let options = WKAwesomeMenuOptions.defaultOptions()
WKAwesomeMenu(rootViewController: rootVC, menuViewController: menuVC, options: options)

Options

var backgroundImage: UIImage?
var cornerRadius: CGFloat
var shadowColor: UIColor
var shadowOffset: CGPoint
var shadowScale: CGFloat
var rootScale: CGFloat
var menuWidth: CGFloat
var menuParallax: CGFloat
var menuGripWidth: CGFloat

Credits

Adrian Mateoaea

License