Protocols
The following protocols are available globally.
-
Types that implement this protocol are expected to have string representation. This protocol is separated from Printable and it’s description property on purpose.
See moreDeclaration
Swift
public protocol Renderable
-
Types that implement this protocol are expected to be constructuble from string
See moreDeclaration
Swift
public protocol Parsable
-
Protocol that allows you change visual appearance a bit
See moreDeclaration
Swift
public protocol Theme
-
Type that implements this protocol allows configuration. As type name hints this protocol primarily targeted to UITableView and UICollectionView cells
See moreDeclaration
Swift
public protocol ConfigurableCell