StateCollectionViewCell

open class StateCollectionViewCell : UICollectionViewCell

The default collection view cell used by the StatesCollectionController to display the list of states.

This cell contains a single label that is used to display the name/label of the state.

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var nameLabel: UILabel!