如何使用 ReactiveKit Bond 设置 Button 的标题?

Posted

技术标签:

【中文标题】如何使用 ReactiveKit Bond 设置 Button 的标题?【英文标题】:How to set title of Button using ReactiveKit Bond? 【发布时间】:2017-04-03 19:45:36 【问题描述】:

Reactivekit 中是否有等价的 rac_liftSelector 来实现 setTitle 的选择器?

【问题讨论】:

如果你能解释你想要达到的目标并描述 rac_liftSelector 我可能会回答。 【参考方案1】:

通过创建 ReactiveExtension 解决它。

extension ReactiveExtensions where Base: UIButton 
        var Title: Bond<String?> 
            return bond  button, text in
                let attributedString = NSAttributedString(string: text!)
                button.setAttributedTitle(attributedString, for: UIControlState.normal)
            
        
    

【讨论】:

以上是关于如何使用 ReactiveKit Bond 设置 Button 的标题?的主要内容,如果未能解决你的问题,请参考以下文章

使用 Bond 定期触发方法

通过映射两个信号返回 touple - ReactiveKit

LINUX 网卡bond0 设置

如何实现网卡bond

Linux设置bond网卡绑定

freebsd系统bond配置方法