Enumeration
Card.​State
public enum State
The state of the card.
Relationships
Member Of
Card
Cards contain content and tasks about a single subject to make it easier to scan, read, and take action.
Enumeration Cases
loading
case loading
error
case error(message: String, tapHandler: () -> Void)
normal
case normal