All Projects → Yalantis → Pull To Refresh.rentals Ios

Yalantis / Pull To Refresh.rentals Ios

Licence: mit
This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Pull To Refresh.rentals Ios

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 (-47.03%)
Mutual labels:  cocoapods, pull-to-refresh, yalantis
Koyomi
Simple customizable calendar component in Swift 📆
Stars: ✭ 716 (-67.02%)
Mutual labels:  cocoapods, customizable
Forceblur
ForceBlur Animation for iOS Messaging Apps
Stars: ✭ 666 (-69.32%)
Mutual labels:  cocoapods, yalantis
Displayswitcher
Custom transition between two collection view layouts
Stars: ✭ 2,253 (+3.78%)
Mutual labels:  cocoapods, yalantis
Listplaceholder
ListPlaceholder is a swift library allows you to easily add facebook style animated loading placeholder to your tableviews or collection views.
Stars: ✭ 511 (-76.46%)
Mutual labels:  cocoapods, customizable
Pulltorefreshkit
【Deprecated】Pull to refresh in Swift, easy to use, easy to customize(下拉刷新/QQ/淘宝/优酷/雅虎天气/大众点评)
Stars: ✭ 533 (-75.45%)
Mutual labels:  customizable, pull-to-refresh
Preloader.ophiuchus
Custom Label to apply animations on whole text or letters.
Stars: ✭ 880 (-59.47%)
Mutual labels:  cocoapods, yalantis
Chromacolorpicker
🎨 An intuitive iOS color picker built in Swift.
Stars: ✭ 434 (-80.01%)
Mutual labels:  cocoapods, customizable
Colormatchtabs
This is a Review posting app that let user find interesting places near them
Stars: ✭ 1,341 (-38.23%)
Mutual labels:  cocoapods, yalantis
React Native Rk Pull To Refresh
a pull to refresh component for react-native, same api on both android and ios
Stars: ✭ 100 (-95.39%)
Mutual labels:  pull-to-refresh, refresh
Pulltomakeflight
Custom animated pull-to-refresh that can be easily added to UIScrollView
Stars: ✭ 497 (-77.11%)
Mutual labels:  pull-to-refresh, yalantis
Context Menu.ios
You can easily add awesome animated context menu to your app.
Stars: ✭ 1,854 (-14.6%)
Mutual labels:  customization, yalantis
Yalfield
Custom Field component with validation for creating easier form-like UI from interface builder.
Stars: ✭ 476 (-78.07%)
Mutual labels:  cocoapods, yalantis
Koloda
KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
Stars: ✭ 4,998 (+130.22%)
Mutual labels:  cocoapods, yalantis
Ttsegmentedcontrol
An elegant, animated and customizable segmented control for iOS created by Tapptitude
Stars: ✭ 471 (-78.3%)
Mutual labels:  cocoapods, customizable
Swiperefreshlayout
swipeRefreshLayout refresh pull-to-refresh
Stars: ✭ 26 (-98.8%)
Mutual labels:  pull-to-refresh, refresh
Guillotinemenu
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine.
Stars: ✭ 2,908 (+33.95%)
Mutual labels:  cocoapods, yalantis
Gradientcircularprogress
Customizable progress indicator library in Swift
Stars: ✭ 407 (-81.25%)
Mutual labels:  cocoapods, customizable
Kafkarefresh
Animated, customizable, and flexible pull-to-refresh framework for faster and easier iOS development.
Stars: ✭ 1,033 (-52.42%)
Mutual labels:  pull-to-refresh, refresh
Pull To Refresh
ESPullToRefresh is developed and maintained by Vincent Li. If you have any questions or issues in using ESPullToRefresh, welcome to issue. If you want to contribute to ESPullToRefresh, Please submit Pull Request, I will deal with it as soon as possible.
Stars: ✭ 1,591 (-26.72%)
Mutual labels:  pull-to-refresh, refresh

Pull-to-Refresh.Rentals-IOS

This project aims to provide a simple and customizable pull to refresh implementation.

Yalantis

Check this [project on Dribbble] (https://dribbble.com/shots/1650317-Pull-to-Refresh-Rentals)
Check this [project on Behance] (https://www.behance.net/gallery/20411445/Mobile-Animations-Interactions)

alt text

#Installing with CocoaPods

pod 'Pull-to-Refresh.Rentals-IOS', '~> 1.0'

#Usage

For a working implementation, Have a look at the Sample Project - sample

  1. Add folder YALSunnyRefreshControll to your project.
  2. Implement header and setup YALSunnyRefreshControl as a property.
  3. Init and associate YALSunnyRefreshControl with your UITableView or UICollectionView.
  4. Add images from Images.xcassets folder in Sample Project.
#import "YALSunnyRefreshControl.h"

@property (nonatomic,strong) YALSunnyRefreshControl *sunnyRefreshControl;

- (void)viewDidLoad {
    [super viewDidLoad];
    [self setupRefreshControl];
}

- (void)setupRefreshControl{
    self.sunnyRefreshControl = [YALSunnyRefreshControl new];
    [self.sunnyRefreshControl addTarget:self
                                 action:@selector(sunnyControlDidStartAnimation)
                       forControlEvents:UIControlEventValueChanged];
    [self.sunnyRefreshControl attachToScrollView:self.tableView];
}

- (void)sunnyControlDidStartAnimation{
    // start loading something
}

- (IBAction)endAnimationHandle{
    [self.sunnyRefreshControl endRefreshing];
}

#Customization

To customize drawables you can change:

  • sun.png - Sun image
  • sky.png - background image
  • buildings.png - foreground image

#Compatibility

  • IOS 7-9

Changelog

Version: 1.0

  • Initial Build

Let us know!

We’d be really happy if you send 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

Copyright 2017, Yalantis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].