CountryCollectionViewCell

open class CountryCollectionViewCell : UICollectionViewCell

The default collection view cell used by the CountriesCollectionController to display the list of countries.

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

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    public var nameLabel: UILabel!