Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Huanhoo/HHHorizontalPagingView

HHHorizontalPagingView是一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图
https://github.com/Huanhoo/HHHorizontalPagingView

horizontal-slider pagination scrollview

Last synced: about 1 month ago
JSON representation

HHHorizontalPagingView是一个实现上下滚动时菜单悬停在顶端,并且可以左右滑动切换的视图

Awesome Lists containing this project

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),有详细介绍