IOS11SytleTitleController icon indicating copy to clipboard operation
IOS11SytleTitleController copied to clipboard

IOS11 BigTitle Controller

IOS11SytleTitleController

IOS11 大标题风格UIViewController

Screenshot1

Minimum Requirement

iOS 7.0

Installation

via CocoaPods

Install CocoaPods if you do not have it:-

$ [sudo] gem install cocoapods
$ pod setup

Create Podfile:-

$ edit Podfile
platform :ios, '5.0'
pod 'IOS11SytleTitleController'
$ pod install

if you want to make custom sytle

pod 'UIViewControllerScroll'

Use the Xcode workspace instead of the project from now on.