https://swift.libhunt.com/categories/688-events

29 Events libraries and projects

  • ReactiveCocoa

      10.0   7.3  Objective-C
    ReactiveCocoa (RAC) is a Cocoa framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
  • RxSwift

      9.9   8.8 L3  Swift
    Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform.
  • PromiseKit

      9.8   8.7 L5  Swift
    async promise programming lib.
  • ReSwift

      9.6   6.3 L5  Swift
    Unidirectional Data Flow in Swift
  • Bond

      9.3   8.8 L1  Swift
    a Swift binding framework.
  • BrightFutures

      8.3   4.7 L4  Swift
    promise and future lib for swift.
  • Katana

      8.2  8.7 L4  Swift
    Swift apps a la React and Redux.
  • ReactorKit

      7.8   6.4  Swift
    A framework for reactive and unidirectional application architecture.
  • ReactKit

      7.4   0.0 L3  Swift
    Swift Reactive Programming.
  • FutureKit

      6.4  0.7 L2  Swift
    A Swift based Future/Promises Library.
  • SwiftEventBus

      6.4   3.2 L5  Swift
    A publish/subscribe event bus optimized for iOS.
  • EmitterKit

      5.7  3.5 L5  Swift
    an implementation of event emitters and listeners in swift.
  • Signals

      4.9   3.3 L5  Swift
    replaces delegates and notifications.
  • Safe

      4.9   0.0 L2  Swift
    A modern concurrency and synchronization for Swift.
  • snail

      4.5   7.1 L5  Swift
    An observables framework for Swift
  • Reactor

      4.1   2.4 L5  Swift
    Powering your RAC architecture.
  • VueFlux

      3.8  6.8  Swift
    Unidirectional Data Flow State Management Architecture
  • SignalKit

      3.7   0.0 L5  Swift
    Swift event and binding framework.
  • Observable

      3.7   6.2  Swift
    The easiest way to observe values.
  • When

      3.4   5.4 L5  Swift
    A lightweight implementation of Promises in Swift.
  • Caravel

      3.3   0.0 L2  Swift
    A Swift event bus for UIWebView and JS.
  • Future

      2.5   0.0 L4  Swift
    A micro framework providing Future.
  • NoticeObserveKit

      2.3   0.0 L5  Swift
    NoticeObserveKit is type-safe NotificationCenter wrapper that associates notice type with info type.
  • Aftermath

      1.8   0.0 L5  Swift
    Stateless message-driven micro-framework in Swift.
  • Notificationz

      1.6   2.5 L5  Swift
    Helping you own NSNotificationCenter by providing a simple, customizable adapter.
  • Forbind

      1.2   0.0 L4  Swift
    Functional chaining and Promises in Swift.
  • ReduxSwift

      1.0   0.0 L5  Swift
    Predictable state container for Swift apps too
  • PureFutures

      0.7   0.0 L4  Swift
    Futures and Promises library.
  • SSEventFlow

      0.3  4.4 L5  Swift
    A type safe alternative to NSNotification, inspired by Flux.

AWESOME SWIFT-swift.libhunt.com-swift类库网站的更多相关文章

  1. Swift 3.0 【Swift 3.0 相较于 Swift 2.2 的变化】

    一.编译器和语法变化 函数或方法参数 调用函数或方法时从第一个参数开始就必须指定参数名 在Swift的历史版本中出现过在调用函数时不需要指定任何函数参数(或者从第二个参数开始指定参数名),在调用方法时 ...

  2. Swift开发学习-01 Swift介绍

    本教程是笔者在自学IOS/Swift知识的总结,适用于通过对Objictive C编程的运用并需要了解基于iOS程序的iPhone和iPad的程序员.做一个有bigger的’攻城狮‘,有尊严的工作,快 ...

  3. Swift翻译之-关于Swift

    IMPORTANT 重要的 This is a preliminary document for an API or technology in development. Apple is suppl ...

  4. iOS8开发~Swift(五)Swift与OC混编

    一.概要 首先看<The Swift Programming Language>中提到"Swift's compatibility with Objective-C lets y ...

  5. swift 项目 oc 和 swift 混用,文件相互引用

    创建swift工程后,如果后面想新建 oc 文件,这时会生成一个  AppName-Bridging-Header.h文件 一,在swift 文件中 1> 引用swift 文件 什么都不需要操作 ...

  6. Swift入门Hello World! Swift.

    苹果公司推出新的开发语言Swift,随着关于趋势,外观和OC什么是不一样的地方. 前提条件:已安装Xcode6-Beta(这个过程是不表) 1.打开Xcode6-Beta,第二选择Create a n ...

  7. 《Swift Programming Language 》——Swift中怎样使用继承(Inheritance)

    一个类能够继承(inherit)还有一个类的方法(methods),属性(property)和其他特性.当一个类继承其他类时,继承类叫子类(subclass),被继承类叫超类(或父类,supercla ...

  8. 4.Swift教程翻译系列——Swift基本运算符

    英文版PDF下载地址http://download.csdn.net/detail/tsingheng/7480427 运算符是指一个特殊的符号,能够用来查看.更改值或者相加.比方说加法运算符+能够讲 ...

  9. Swift初窥--使用Swift实现TableView

    完毕Swift的语法关之后.来点实际的Task,第一个任务是写一个tableview,使用cocoaTouch里tableview这个经常使用的控件. 创建project.选择Swift语言 首先是用 ...

随机推荐

  1. FTPS Firewall

    989 for the FTPS data channel implicit FTPS was expected to listen on the IANA Well Known Port 990/T ...

  2. input textbox tag

    aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAAb8AAAB0CAIAAACaKavmAAAJ0klEQVR4nO3dO2wb5wHA8YOHIkOLrk

  3. Java复习第二天

    Day04 1.switch语句的格式?针对格式的解释?以及注意事项? (1)格式: switch(表达式) { case 值1: 语句体1; break; case 值2: 语句体2; break; ...

  4. IE11 F12 开发人员工具 查看 Cookie

    参考网址:Using the F12 developer tools in IE11 Step1 : IE11 => F12 打开 开发人员工具 Step2:开发人员工具 => 网络F5 ...

  5. HDU 1561 The more, The Better 经典树形DP

    The more, The Better Time Limit: 6000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Oth ...

  6. sass判断语句

    @if判断 @if可一个条件单独使用,也可以和@else结合多条件使用 scss.style css.style 三目判断 语法为:if($condition, $if_true, $if_false ...

  7. 合并excel的多个sheet

    '合并excel的多个sheetSub 合并当前工作簿下的所有工作表()Application.ScreenUpdating = FalseFor j = 1 To Sheets.Count If S ...

  8. Java jdbc入门

    1 jdbc入门 1.1 之前操作数据 1)通过mysql的客户端工具,登录数据库服务器  (mysql -u root -p 密码) 2)编写sql语句 3)发送sql语句到数据库服务器执行 1.2 ...

  9. 完美兼容js的jsfuck小测试

    无意间发现了一个可以完美兼容js语言的jsfuck语言,所以留一个备份 js转换jsfuck的工具 www.jsfuck.com 效果 代码(预警!!!有点长,不过是不是很有意思) <!DOCT ...

  10. JS获取屏幕分辨率以及当前对象大小等

    <script type="text/javascript"> function getInfo(){ var s = ""; s += " ...