Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Huanhoo/HHHorizontalPagingView
HHHorizontalPagingView是一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图
https://github.com/Huanhoo/HHHorizontalPagingView
horizontal-slider pagination scrollview
Last synced: about 1 month ago
JSON representation
HHHorizontalPagingView是一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图
- Host: GitHub
- URL: https://github.com/Huanhoo/HHHorizontalPagingView
- Owner: Huanhoo
- License: mit
- Created: 2015-08-17T09:13:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T03:32:32.000Z (over 6 years ago)
- Last Synced: 2024-10-29T22:41:10.505Z (about 2 months ago)
- Topics: horizontal-slider, pagination, scrollview
- Language: Objective-C
- Homepage:
- Size: 423 KB
- Stars: 351
- Watchers: 11
- Forks: 62
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-iOS - HHHorizontalPagingView - 一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图 (UI Components)
README
# HHHorizontalPagingView
![License MIT](https://go-shields.herokuapp.com/license-MIT-blue.png)
![Pod version](http://img.shields.io/cocoapods/v/HHHorizontalPagingView.svg?style=flat)
![Platform info](http://img.shields.io/cocoapods/p/HHHorizontalPagingView.svg?style=flat)
***
## 简介
HHHorizontalPagingView是一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图,如下图所示![demo](https://github.com/huh12321/HHHorizontalPagingView/blob/master/demo.gif)
***
## 注意事项
headerView中控件点击事件的回调: (^clickEventViewsBlock)(UIView *eventView)block
滚动视图切换的回调: (^pagingViewSwitchBlock)(NSInteger switchIndex)
## CocoaPods
通过CocoaPods集成pod 'HHHorizontalPagingView'
## 项目介绍
可以移步本人[博客](http://huanhoo.net/2016/02/26/%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E4%BA%A4%E4%BA%92%E7%9A%84%E5%A4%8D%E6%9D%82%E5%AE%9E%E7%8E%B0%EF%BC%88%E7%AE%80%E4%B9%A6%E4%B8%AA%E4%BA%BA%E9%A1%B5%E6%95%88%E6%9E%9C%EF%BC%89),有详细介绍