Class
ActionsLayout
public final class ActionsLayout: NSObject, ComponentLayout
Relationships
Conforms To
ComponentLayout
A protocol to share components (view layouts) across different types.
NSObject
Methods
layout(on:)
public func layout(on view: UIView)
configure(actions:)
public func configure(actions: [Action])
Configures the layout with the actions.
Parameters
Name | Type | Description |
---|---|---|
actions | [Action] |
The actions to add. |