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.
##Installation
- 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.
-
Due to the lack of choice whether status bar is hidden or not, Edit info.plist in your project.
-
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.
MediumMenu is really similar to menu of real Medium for iOS.