Interface
-
Represents a container that can render a component.
See moreDeclaration
Swift
public protocol ComponentRenderable : AnyObject
-
The cell as the container that renders the component.
See moreDeclaration
Swift
open class UITableViewComponentCell : UITableViewCell, ComponentRenderable
-
The header or footer view as the container that renders the component.
See moreDeclaration
Swift
open class UITableViewComponentHeaderFooterView : UITableViewHeaderFooterView, ComponentRenderable
-
The cell as the container that renders the component.
See moreDeclaration
Swift
open class UICollectionViewComponentCell : UICollectionViewCell, ComponentRenderable
-
The header or footer view as the container that renders the component.
See moreDeclaration
Swift
open class UICollectionComponentReusableView : UICollectionReusableView, ComponentRenderable