AudioClipTableViewCell

@objcMembers
@objc(PESDKAudioClipTableViewCell)
open class AudioClipTableViewCell : UITableViewCell

A AudioClipTableViewCell is a cell used to display an AudioClip.

Properties

  • Indicates whether the AudioClip represented by this cell is currently being played.

    Declaration

    Swift

    public internal(set) var isPlaying: Bool { get set }
  • An image view that shows the preview image of the audio clip.

    Declaration

    Swift

    public let artworkImageView: UIImageView
  • An image view that shows the play/pause icon.

    Declaration

    Swift

    public let playImageView: UIImageView
  • A label that shows the title of the audio clip.

    Declaration

    Swift

    public let titleLabel: UILabel
  • A label that shows the artist of the audio clip.

    Declaration

    Swift

    public let artistLabel: UILabel
  • A label that shows the duration of the audio clip.

    Declaration

    Swift

    public let durationLabel: UILabel