Classes
The following classes are available globally.
-
A renderer for
UICollectionView.By providing a complete description of your view state using an array of
See moreTableSection.FunctionalCollectionDatacompares it with the previous render call to insert, update, and remove everything that have changed. This massively simplifies state management of complex UI.Declaration
Swift
public class FunctionalCollectionData : NSObject
-
A view used to include separator lines between table cells.
Use the static
insetproperty to globably change the default inset for all table cells. The default background color of a separator isUIColor.clear, use UIAppearance to modify its value.Supported by
See moreUITableViewonly.Declaration
Swift
public class Separator : UIView
-
A renderer for
UITableView.By providing a complete description of your view state using an array of
See moreTableSection.FunctionalTableDatacompares it with the previous render call to insert, update, and remove everything that have changed. This massively simplifies state management of complex UI.Declaration
Swift
public class FunctionalTableData : NSObject
View on GitHub
Classes Reference