×

ReactiveObjCBridge连接Swift和objective-C API

消耗积分:0 | 格式:zip | 大小:0.03 MB | 2022-06-24

申换换

分享资料个

授权协议 MIT
开发语言 Objective-C Swift
操作系统 iOS
软件类型 开源软件
所属分类 程序开发常用工具包

软件简介

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

示例代码:

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

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

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

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

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !