MUDateSliderCell

final public class MUDateSliderCell : UICollectionViewCell

Class that define the date slider cell.

  • The date slider cell identifier.

    Declaration

    Swift

    internal static let identifer: String
  • 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)