ALBusSeatCell

public class ALBusSeatCell : UICollectionViewCell

Bus SeatView UICollectionViewCell

  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    public override init(frame: CGRect)

    Parameters

    frame

    Frame of Seat

  • Lays out subviews

    Declaration

    Swift

    public override func layoutSubviews()
  • Use to clean up view for reuse

    Declaration

    Swift

    public override func prepareForReuse()