仿微信导航栏样式平滑过渡组件

2,205 阅读1分钟
原文链接: github.com

Build Status Pods Version Carthage Compatible

A Fully functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view controller instead.

Requirements

  • Xcode 9.0+
  • iOS 8.0+

Installation

CocoaPods

The preferred installation method is with CocoaPods. Add the following to your Podfile:

pod 'YPNavigationBarTransition', '~> 1.0'

Carthage

For Carthage, add the following to your Cartfile:

github "yiplee/YPNavigationBarTransition" ~> 1.0

Getting Started

License

MIT. See the LICENSE file for details.