• Stars
    star
    351
  • Rank 120,906 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

HHHorizontalPagingView

License MIT Pod version Platform info


简介

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

demo


注意事项

headerView中控件点击事件的回调: (^clickEventViewsBlock)(UIView *eventView)block

滚动视图切换的回调: (^pagingViewSwitchBlock)(NSInteger switchIndex)

CocoaPods

通过CocoaPods集成

pod 'HHHorizontalPagingView'        

项目介绍

可以移步本人博客,有详细介绍