BackgroundCollectionViewCell
class BackgroundCollectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var bgView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var seporatorView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var seporatorViewWidthLC: NSLayoutConstraint?
-
Undocumented
Declaration
Swift
@IBOutlet weak var seporatorViewLeadingLC: NSLayoutConstraint?
-
Undocumented
Declaration
Swift
@IBOutlet weak var seporatorViewTopLC: NSLayoutConstraint?
-
Undocumented
Declaration
Swift
@IBOutlet weak var seporatorViewBottomLC: NSLayoutConstraint?
-
Undocumented
Declaration
Swift
override func prepareForReuse()
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
func configure(style: SegmentItemStylable, isSeporatorVisible: Bool)