MUNumberSliderCell
internal class MUNumberSliderCell : UICollectionViewCell
Class that provide a number slider collection view cell.
-
Specifies the cell identifier for reuse.
Declaration
Swift
internal static let identifer: String
-
The number slider text label.
Declaration
Swift
internal let label: UILabel
-
Specifies the unselected label text color.
Declaration
Swift
internal var unselectedColor: UIColor? { get set }
-
Initializes and returns a newly allocated view object with the specified frame rectangle.
Declaration
Swift
override init(frame: CGRect)
-
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Performs any clean up necessary to prepare the view for use again.
Declaration
Swift
override func prepareForReuse()
-
Specifies the cell height multiplier.
Declaration
Swift
public func set(heightMultiplier: CGFloat)
-
Change layout to unselected state.
Declaration
Swift
public func unselect()