ReactiveObjCBridge

码农软件 · 软件分类 · 常用工具包 · 2019-08-13 22:58:05

软件介绍

在苹果发布 Swift 语言之后,ReactiveCocoa 使用 Swift 进行了重写。该框架创建了一个桥用来连接 Swift 和 Objective-C API (ReactiveSwift 和 ReactiveObjC)。

示例代码:

extension ActionProtocol where Input: AnyObject, Output: AnyObject {
    func toRACCommand() -> RACCommand<Input, Output>
}

extension ActionProtocol where Input: OptionalProtocol, Input.Wrapped: AnyObject, Output: AnyObject {
    func toRACCommand() -> RACCommand<Input.Wrapped, Output>
}

extension ActionProtocol where Input: AnyObject, Output: OptionalProtocol, Output.Wrapped: AnyObject {
    func toRACCommand() -> RACCommand<Input, Output.Wrapped>
}

extension ActionProtocol where Input: OptionalProtocol, Input.Wrapped: AnyObject, Output: OptionalProtocol, Output.Wrapped: AnyObject {
    func toRACCommand() -> RACCommand<Input.Wrapped, Output.Wrapped>
}

本文地址:https://www.codercto.com/soft/d/12312.html

程序员面试算法宝典

程序员面试算法宝典

猿媛之家 / / 机械工业 / 2018-09-01 / 69.0

一起来看看 《程序员面试算法宝典》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具