SegmentCollectionViewCell
internal class SegmentCollectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var stackView: UIStackView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var imageView: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var textLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var imageViewHeightLC: NSLayoutConstraint?
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func prepareForReuse()
-
Undocumented
Declaration
Swift
override var isSelected: Bool { get set }
-
Undocumented
Declaration
Swift
override func layoutSubviews()
-
Undocumented
Declaration
Swift
func configure(_ item: SegmentModel, style: SegmentItemStylable)