SequencerCell
class SequencerCell : UICollectionViewCell
UICollectionViewCell for managing UI and styling of the sequencer items
-
Undocumented
Declaration
Swift
@IBOutlet weak var mainView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var noteLabel: UILabel!
-
Undocumented
Declaration
Swift
var note: Note { get set }
-
Undocumented
Declaration
Swift
var shouldHideNote: Bool { get set }
-
Undocumented
Declaration
Swift
var isEnabled: Bool { get set }
-
Undocumented
Declaration
Swift
var isPlaying: Bool { get set }
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override init(frame: CGRect)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override func layoutSubviews()
-
Undocumented
Declaration
Swift
func commonInit()