ADPhotoKit Documentation

Class ADAdd​Photo​Cell

public class ADAddPhotoCell: UICollectionViewCell  

Cell for add asset in thumbnail controller.

%193 ADAddPhotoCell ADAddPhotoCell UICollectionViewCell UICollectionViewCell ADAddPhotoCell->UICollectionViewCell

Nested Types

ADAddPhotoCell.Key

Key for attribute.

Conforms To

UICollectionViewCell

Methods

set​Attributes(_:​)

@objc
    public func setAttributes(_ attrs: [Key : Any]?)  

You may specify the corner radius, bg color properties for the cell in the attributes dictionary, using the keys found in ADAddPhotoCell.Key.

Parameters

attrs [Key :​ Any]?

Attributes dictionary.