ReactiveComponent

public struct ReactiveComponent<Component> : ReactiveComponentProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    public let component: Component
  • Undocumented

    Declaration

    Swift

    public init(_ component: Component)
  • Undocumented

    Declaration

    Swift

    public var touchUpInside: Observable<Void> { get }
  • Undocumented

    Declaration

    Swift

    public func title(for controlState: UIControl.State = []) -> Binder<String?>
  • Undocumented

    Declaration

    Swift

    public func attributedTitle(for controlState: UIControl.State = []) -> Binder<NSAttributedString?>
  • Undocumented

    Declaration

    Swift

    public var isEnabled: Binder<Bool> { get }
  • Undocumented

    Declaration

    Swift

    public var text: Binder<String?> { get }
  • Undocumented

    Declaration

    Swift

    public var attributedText: Binder<NSAttributedString?> { get }
  • Undocumented

    Declaration

    Swift

    public var isHidden: Binder<Bool> { get }
  • Undocumented

    Declaration

    Swift

    public var alpha: Binder<CGFloat> { get }