cellUpdateHandler
The block that updates the contents of the placeholder cell.
Declaration
var cellUpdateHandler: ((UITableViewCell) -> Void)? { get set }Discussion
Specify a block that configures or updates the appearance of your placeholder cell. The table view calls this block when the placeholder cell becomes visible, and at other appropriate times.