All Projects → Yalantis → Pulltomakeflight

Yalantis / Pulltomakeflight

Licence: mit
Custom animated pull-to-refresh that can be easily added to UIScrollView

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Pulltomakeflight

Kafkarefresh
Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
Stars: ✭ 1,033 (+107.85%)
Mutual labels:  pull-to-refresh, uiscrollview
Pixpic
PixPic, a Photo Editing App
Stars: ✭ 1,261 (+153.72%)
Mutual labels:  uiscrollview, yalantis
Pulltorefresh
This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations
Stars: ✭ 1,150 (+131.39%)
Mutual labels:  pull-to-refresh, yalantis
Pulltomakesoup
Custom animated pull-to-refresh that can be easily added to UIScrollView
Stars: ✭ 1,928 (+287.93%)
Mutual labels:  uiscrollview, yalantis
Pull To Refresh.rentals Ios
This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis
Stars: ✭ 2,171 (+336.82%)
Mutual labels:  pull-to-refresh, yalantis
Baraba
Make your UIScrollView scroll automatically when user is looking 👀 by tracking face using ARKit and AVFoundation
Stars: ✭ 268 (-46.08%)
Mutual labels:  uiscrollview
Pull To Reload
Pull to reload implementation for the web. Designed to work with both mobile and websites.
Stars: ✭ 396 (-20.32%)
Mutual labels:  pull-to-refresh
JQScrollNumberLabel
JQScrollNumberLabel:仿tumblr热度滚动数字条数, 一个显示数字的控件,当你改变其数字时,能够有滚动的动画,同时动画和位数可以限制,动态创建和实例化可选,字体样式自定义等。
Stars: ✭ 29 (-94.16%)
Mutual labels:  uiscrollview
ScrollAnimationShowcase
[ING] - UIScrollViewやUICollectionViewの特性を活用した表現サンプル
Stars: ✭ 15 (-96.98%)
Mutual labels:  uiscrollview
Yalfield
Custom Field component with validation for creating easier form-like UI from interface builder.
Stars: ✭ 476 (-4.23%)
Mutual labels:  yalantis
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+735.41%)
Mutual labels:  uiscrollview
Starwars.ios
This component implements transition animation to crumble view-controller into tiny pieces.
Stars: ✭ 3,685 (+641.45%)
Mutual labels:  yalantis
Guillotinemenu
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
Stars: ✭ 2,908 (+485.11%)
Mutual labels:  yalantis
Scrollload
scroll bottom load more data pull refresh 滚动到底部加载更多数据 下拉刷新
Stars: ✭ 411 (-17.3%)
Mutual labels:  pull-to-refresh
Adchromepulltorefresh
ADChromePullToRefresh
Stars: ✭ 263 (-47.08%)
Mutual labels:  pull-to-refresh
Swiftpulltorefresh
An easy way to implement pull-to-refresh feature based on UIScrollView extension, written in Swift 4.
Stars: ✭ 451 (-9.26%)
Mutual labels:  pull-to-refresh
angular-material-swipe-to-refresh
Swipe to refresh (pull to refresh) for Angular Material
Stars: ✭ 15 (-96.98%)
Mutual labels:  pull-to-refresh
Brv
Android上最强大的RecyclerView库
Stars: ✭ 345 (-30.58%)
Mutual labels:  pull-to-refresh
Phoenix
Phoenix Pull-to-Refresh
Stars: ✭ 4,048 (+714.49%)
Mutual labels:  pull-to-refresh
Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Stars: ✭ 3,395 (+583.1%)
Mutual labels:  uiscrollview

PullToMakeFlight

Custom animated pull-to-refresh that can be easily added to UIScrollView

Yalantis

Requirements

  • iOS 8.0+
  • Xcode 9
  • Swift 4

Installing with CocoaPods

use_frameworks!
pod 'PullToMakeFlight', '~> 3.0'

Usage

At first, import PullToMakeFlight framework:

import PullToMakeFlight

Create refresher:

let refresher = PullToMakeFlight()

Add the refresher to your UIScrollView subclass and provide action block:

tableView.addPullToRefresh(refresher) {
     // action to be performed (pull data from some source)
}

After the action is completed and you want to hide the refresher:

tableView.endRefreshing()

You can also start refreshing programmatically:

tableView.startRefreshing()

Component was implemented based on customizable pull-to-refresh

Let us know!

We’d be really happy if you sent us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding the animation.

P.S. We’re going to publish more awesomeness wrapped in code and a tutorial on how to make UI for iOS (Android) better than better. Stay tuned!

License

The MIT License (MIT)

Copyright © 2017 Yalantis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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].