IOS11 大标题风格UIViewController
iOS 7.0
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.


