RainyRefreshControl

Simple refresh control for iOS based on SpriteKit and Core Graphics

  • Owner: Onix-Systems/RainyRefreshControl
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

RainyRefreshControl

Swift 3.0
CocoaPods Compatible
Carthage Compatible
Platforms iOS
Xcode 8.0+

Simple refresh control for iOS based on SpriteKit and Core Graphics.

Project inspired by concept of Yup Nguyen

capture_umbrella_refresh

Installation

Installation with CocoaPods

To integrate RainyRefreshControl into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'

target 'TargetName' do
pod 'RainyRefreshControl'
end

Then, run the following command:

$ pod install

Installation with Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate RainyRefreshControl into your Xcode project using Carthage, specify it in your Cartfile:

github "Onix-Systems/RainyRefreshControl"

Run carthage update to build the framework and drag the built RainyRefreshControl.framework into your Xcode project.

Usage

Just import RainyRefreshControl framework into your class and add it to UITableView or UICollectionView:

let refresh = RainyRefreshControl()
refresh.addTarget(self, action: #selector(ViewController.doRefresh), for: .valueChanged)
tableView.addSubview(refresh)

Who's behind this?

Onix-Systems is IT Outsourcing, web design and mobile application development company bringing expert execution, situated in Ukraine.

License

RainyRefreshControl is released under the MIT license. See LICENSE for details.

Main metrics

Overview
Name With OwnerOnix-Systems/RainyRefreshControl
Primary LanguageSwift
Program languageRuby (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2016-11-21 15:29:42
Pushed At2019-07-02 01:29:48
Last Commit At2017-01-20 13:22:00
Release Count4
Last Release Name0.4.0 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count677
Watchers Count20
Fork Count47
Commits Count56
Has Issues Enabled
Issues Count9
Issue Open Count2
Pull Requests Count22
Pull Requests Open Count1
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private