Renderable

public protocol Renderable

Renderable

Types that implement this protocol are expected to have string representation. This protocol is separated from Printable and it’s description property on purpose.

  • Implement this method in order to be able to put data to textField field Simplest implementation may return just object description

    Declaration

    Swift

    func render() -> String