项目介绍:
IOS11SytleTitleController
https://github.com/heroims/IOS11SytleTitleController
IOS11 大标题风格UIViewController
建议利用UIViewControllerScroll 自己写更多更炫的效果
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', '~> 1.0'
$ pod install
if you want to make custom sytle
pod 'UIViewControllerScroll', '~> 1.0'
Use the Xcode workspace instead of the project from now on.