Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.23 KB

CZSlidingMenuBar

CI Status Version License Platform

Example

设置 .(UIScrollView *)linkedScrollView 关联需要联动的 scrollView.
CZSlidingMenuBar 会实时监听 .linkedScrollView 的滑动变化,以更新 CZSlidingMenuBar 的状态.
但并不会影响到 .linkedScrollView 本身 delegate 的设置和使用 !

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CZSlidingMenuBar is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CZSlidingMenuBar'

Author

czeludzki, czeludzki@gmail.com

License

CZSlidingMenuBar is available under the MIT license. See the LICENSE file for more info.