Skip to content

ADAlbumListCellConfigurable

duzexu edited this page Jun 1, 2021 · 2 revisions

ADAlbumListCellConfigurable

Use to define albumlist controller's tableView cell.

public protocol ADAlbumListCellConfigurable 

Requirements

albumModel

Album model to config cell interface.

var albumModel: ADAlbumModel! 

style

Album display style.

var style: ADPickerStyle! 

configure(with:​)

Config cell with album model.

func configure(with model: ADAlbumModel)

Parameters

  • model: Album info.
Types
Protocols
Global Typealiases
Operators
Extensions
Clone this wiki locally