Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 678 Bytes

File metadata and controls

27 lines (18 loc) · 678 Bytes

AlphaNavigationBar

根据VC中scrollview's ContentOffset 渐隐渐现NavigationBar

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like AlphaNavigationBar in your projects. You can install it with the following command:

$ gem install cocoapods

Podfile

To integrate AlphaNavigationBar into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'

pod 'AlphaNavigationBar'

Then, run the following command:

$ pod install