Popularity
5.7
Stable
Activity
0.0
Stable
551
14
43

Code Quality Rank: L3
Programming language: Swift
License: MIT License
Tags: UI    
Latest version: v1.0.5

MediumScrollFullScreen alternatives and similar libraries

Based on the "UI" category.
Alternatively, view MediumScrollFullScreen alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MediumScrollFullScreen or a related project?

Add another 'UI' Library

README

Notice: MediumScrollFullScreen is no longer being maintained/updated.

MediumScrollFullScreen

Medium's upper and lower menu in Scroll.

Demo

MediumScrollFullScreen

Description

MediumScrollFullScreen is really similar to menu in scroll of real Medium for iOS.

In reference to NJKScrollFullScreen, I implemented MediumScrollFullScreen.

Installation

CocoaPods

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 'MediumScrollFullScreen'

Then, run the following command:

pod install

Carthage

Carthage is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate MediumScrollFullScreen into your Xcode project using Carthage, specify it in your Cartfile:

github "pixyzehn/MediumScrollFullScreen"

Run carthage update.

$ carthage update

Other

Add the MediumScrollFullScreen (including MediumScrollFullScreen.swift) folder into your project.


Delete status bar by editting info.plist.

Add "View controller-based status bar appearance", "Status bar is initially hidden" in your Information Property List. Each value of these key is "NO", "YES".

You have to make a change to a specific file. (In sample case, a specific file is WebViewController.swift.)

Refer to MediumScrollFullScreen-Sample project.

Licence

MIT

Author

pixyzehn


*Note that all licence references and agreements mentioned in the MediumScrollFullScreen README section above are relevant to that project's source code only.