All Projects → KyoheiG3 → RxDisplayLink

KyoheiG3 / RxDisplayLink

Licence: MIT license
RxDisplayLink reactive wrapper for CADisplayLink

Programming Languages

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

Labels

Projects that are alternatives of or similar to RxDisplayLink

KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+376%)
Mutual labels:  rxswift
RxStudy
RxSwift/RxCocoa框架,MVVM模式编写wanandroid客户端
Stars: ✭ 122 (+388%)
Mutual labels:  rxswift
RxAudioVisual
A reactive wrapper built around AVFoundation.
Stars: ✭ 24 (-4%)
Mutual labels:  rxswift
HikingClub iOS
매시업산악회11기 iOS팀 열정! 열정! 열정!🔥🔥
Stars: ✭ 12 (-52%)
Mutual labels:  rxswift
RxExamples
RxSwift Examples.
Stars: ✭ 48 (+92%)
Mutual labels:  rxswift
RxCleanSwift
Example repository of Clean Swift built on ReactiveX
Stars: ✭ 42 (+68%)
Mutual labels:  rxswift
RxSwift-MVVM-iOS
SwiftMVVM is an sample iOS App written in Swift using the MVVM architecture.
Stars: ✭ 96 (+284%)
Mutual labels:  rxswift
RxCocoa-Texture
RxCocoa Extension Library for Texture.
Stars: ✭ 98 (+292%)
Mutual labels:  rxswift
onlyRxSwift
RxSwift範例跟一些學習心得
Stars: ✭ 28 (+12%)
Mutual labels:  rxswift
CLE-Architecture-Tools
A library for making view controller presentation and dismissal more functional.
Stars: ✭ 32 (+28%)
Mutual labels:  rxswift
swift-tensorflow
Dockerized Swift for TensorFlow and advanced usage examples.
Stars: ✭ 14 (-44%)
Mutual labels:  rxswift
awesome-demo-app
100% programmatically written in Swift. Clearly demonstrating the RxSwift, RxCocoa, RxRealm & SnapKit.
Stars: ✭ 16 (-36%)
Mutual labels:  rxswift
Moya-Gloss
Gloss bindings for Moya
Stars: ✭ 37 (+48%)
Mutual labels:  rxswift
RxSwift-Xcode-Templates
A handful of Xcode file templates for projects that use RXSwift and MVVM
Stars: ✭ 77 (+208%)
Mutual labels:  rxswift
aboon-ios
aboonは二人から始まるiOSクーポンアプリです。
Stars: ✭ 15 (-40%)
Mutual labels:  rxswift
mvvm-ios
A sample app to demonstrate MVVM implementation in iOS
Stars: ✭ 26 (+4%)
Mutual labels:  rxswift
RxApolloClient
RxSwift extensions for Apollo Client
Stars: ✭ 46 (+84%)
Mutual labels:  rxswift
RxMVC-Swift
Unidirectional MVC with ReactiveX
Stars: ✭ 87 (+248%)
Mutual labels:  rxswift
RxReusable
Reusable cells and views for RxSwift
Stars: ✭ 23 (-8%)
Mutual labels:  rxswift
WhatFilm
Simple iOS app using TMDb API and RxSwift
Stars: ✭ 35 (+40%)
Mutual labels:  rxswift

Carthage compatible Version License Platform

RxDisplayLink

Usage

It's very simple.

CADisplayLink.rx.link()
    .subscribe(onNext: { _ in
        // Your freedom
    })
    .disposed(by: disposeBag)

Of course, you can set RunLoop, Mode and FPS. 👌

CADisplayLink.rx.link(to: .current, forMode: .defaultRunLoopMode, fps: 30)
// OR
RxDisplayLink(to: .current, forMode: .defaultRunLoopMode, fps: 30)

Requirements

  • Swift 4.2

How to Install RxDisplayLink

CocoaPods

Add the following to your Podfile:

pod "RxDisplayLink"
use_frameworks!

Carthage

Add the following to your Cartfile:

github "KyoheiG3/RxDisplayLink"

Author

Kyohei Ito

Follow me 🎉

LICENSE

Under the MIT license. See LICENSE file for details.

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].