sumitmundra / MediumMenu

A menu based on Medium iOS app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediumMenu

Medium 1.8.168 menu in Swift. That is still one of my favorite menus because that is easy to use and looks beautiful.

Inspired by RBMenu. I made that a reference� and customized �a fine point.

Demo

MediumMenu

##Installation

  1. The easiest way to get started is to use CocoaPods. Add the following line to your Podfile:
platform :ios, '8.0'
use_frameworks!
# The following is a Library of Swift.
pod 'MediumMenu'

Then, run the following command:

pod install

Or add the MediumMenu (including MediumMenu.swift) folder into your project.

  1. Due to the lack of choice whether status bar is hidden or not, Edit info.plist in your project.

  2. Add "Status bar is initially hidden" and "View controller-based status bar appearance" in info.plist as key. Eash value is "YES" and "NO".

In the rest of the details, refer to MediumMenu-Sample project.

Description

MediumMenu is really similar to menu of real Medium for iOS.

Licence

MIT

Author

pixyzehn

About

A menu based on Medium iOS app.

License:MIT License


Languages

Language:Swift 98.2%Language:Ruby 1.8%