TabBarCellCollectionViewCell

class TabBarCellCollectionViewCell : UICollectionViewCell

This is used to set up cell of tab bar

  • This is a UIImageView used to display icon picture

    Declaration

    Swift

    @IBOutlet
    var icon: UIImageView!