RainyRefreshControl

Simple refresh control for iOS based on SpriteKit and Core Graphics

  • 所有者: Onix-Systems/RainyRefreshControl
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者Onix-Systems/RainyRefreshControl
主编程语言Swift
编程语言Ruby (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2016-11-21 15:29:42
推送于2019-07-02 01:29:48
最后一次提交2017-01-20 13:22:00
发布数4
最新版本名称0.4.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数677
关注者数20
派生数47
提交数56
已启用问题?
问题数9
打开的问题数2
拉请求数22
打开的拉请求数1
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?