ADPhotoKit Documentation

Class ADCamera​Cell

public class ADCameraCell: UICollectionViewCell  

Cell for take asset in thumbnail controller.

%229 ADCameraCell ADCameraCell UICollectionViewCell UICollectionViewCell ADCameraCell->UICollectionViewCell

Nested Types

ADCameraCell.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 ADCameraCell.Key.

Parameters

attrs [Key :​ Any]?

Attributes dictionary.