Type Aliases
The following type aliases are available globally.
-
Live list cell handler which could add in LiveListConfiguration.
Declaration
Swift
public typealias LiveCellLayoutHandler = () -> (LiveCellLayoutView) -
Live cell layout view which should confrom UIView and LiveCellLayout.
Declaration
Swift
public typealias LiveCellLayoutView = (UIView & LiveCellLayout)
Type Aliases Reference