All Projects → DragonCherry → Hfswipeview

DragonCherry / Hfswipeview

Licence: mit
Infinite Swipe View for iOS written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Hfswipeview

InfiniteScrollRecyclerView
Enables the RecyclerView to Auto scroll for indefinite time.
Stars: ✭ 49 (-44.94%)
Mutual labels:  scrollview, circular
Infinite Uicollectionview
Make a UICollectionView infinitely scrolling by looping through content
Stars: ✭ 82 (-7.87%)
Mutual labels:  scrollview, infinite
Ltscrollview
ScrollView嵌套ScrolloView(UITableView 、UICollectionView)解决方案, 支持OC / Swift(持续更新中...)实现原理:http://blog.csdn.net/glt_code/article/details/78576628
Stars: ✭ 897 (+907.87%)
Mutual labels:  scrollview
Ring Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Stars: ✭ 80 (-10.11%)
Mutual labels:  circular
Hybridpagekit
A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App.
Stars: ✭ 1,101 (+1137.08%)
Mutual labels:  scrollview
Smkcyclescrollview
SMKCycleScrollView - An awesome advertisement cycleScrollView
Stars: ✭ 11 (-87.64%)
Mutual labels:  scrollview
Shazam
A pure-Swift library for nested display of horizontal and vertical scrolling views
Stars: ✭ 69 (-22.47%)
Mutual labels:  scrollview
Parallaxheader
Simple way to add parallax header to UIScrollView/UITableView written in Swift.
Stars: ✭ 808 (+807.87%)
Mutual labels:  scrollview
Smartchart
智能折线图、柱状图,支持水平垂直滚动拉伸,自适应屏幕(解决与scrollview滑动冲突),x轴y轴自定义刻度以及标题,双向滚动列表;增加一周天气折线图以及24小时天气预报
Stars: ✭ 85 (-4.49%)
Mutual labels:  scrollview
Croller
A circular seekbar for Android, with a control knob! (for the lack of a better word).
Stars: ✭ 1,088 (+1122.47%)
Mutual labels:  circular
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+1266.29%)
Mutual labels:  scrollview
Ynpageviewcontroller
特斯拉组件、QQ联系人布局、多页面嵌套滚动、悬停效果、美团、淘宝、京东、微博、腾讯新闻、网易新闻、今日头条等标题滚动视图
Stars: ✭ 1,067 (+1098.88%)
Mutual labels:  scrollview
Ngx Virtual Scroller
Virtual Scroll displays a virtual, "infinite" list.
Stars: ✭ 915 (+928.09%)
Mutual labels:  infinite
Circularpicker
CircularPicker is helpful for creating a controller aimed to manage any calculated parameter.
Stars: ✭ 73 (-17.98%)
Mutual labels:  circular
Rsdayflow
iOS 7+ Calendar (Date Picker) with Infinite Scrolling.
Stars: ✭ 843 (+847.19%)
Mutual labels:  scrollview
Swipemenu
[DEPRECATED] A swipe menu for horizontal/vertical, support left/right and top/bottom directions
Stars: ✭ 817 (+817.98%)
Mutual labels:  scrollview
React Customizable Progressbar
Customizable circular progress bar component for React 🍩
Stars: ✭ 37 (-58.43%)
Mutual labels:  circular
Ultimaterefreshview
UltimateRefreshView 实现下拉刷新,上拉加载更多的轻量级库;支持RecyclerView ,ListView ,ScrollView & WebView
Stars: ✭ 64 (-28.09%)
Mutual labels:  scrollview
Gaugeseekbar
Stars: ✭ 87 (-2.25%)
Mutual labels:  circular
React Planet
A react lib for building circular menus in a very easy and handy way.
Stars: ✭ 83 (-6.74%)
Mutual labels:  circular

This repository won't updated anymore. Due to structural problem(not based on auto layout & unstable when orientation change), I'm not recommend this source to use for infinite cells. Maybe I'll create a new, better and cleaner solution for solving complex infinite cell problems but not here!

HFSwipeView

CI Status Version License Platform

Example

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

If you wanna check how it works, click link below and press - "Tap to Play". https://www.cocoacontrols.com/controls/hfswipeview

A swipe view loops through multiple view items infinitely, with UIPageControl attached. It's very similar to ViewPager from android but it also supports circulation between multiple views. In circulating mode(infinite loop), it will automatically locates current view at the center of swipe view.

Any advice and suggestions will be greatly appreciated.

Features

  • supports circulating mode(inifinite loop)

  • supports auto-align selected cell on center of the view

  • supports auto-slide(in circulating mode only) based on given NSTimeInterval, you can use it like banner-style view.

  • supports magnifying mode(magnifies selected-center cell)

  • supports auto shrinking UIPageControl at the bottom area of the HFSwipeView

Requirements

Xcode8, Swift 3

Version

for Swift 2.#, refer to version 1.0.0

after Swift 3.#, refer to development/master branch or last released version.

Installation

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

pod "HFSwipeView"

Author

DragonCherry, [email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].