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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?