Skip to content

ADAddPhotoCell

duzexu edited this page Jun 2, 2021 · 2 revisions

ADAddPhotoCell

Cell for add asset in thumbnail controller.

public class ADAddPhotoCell: UICollectionViewCell 

Inheritance

UICollectionViewCell

Methods

setAttributes(_:)

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

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

Parameters

  • attrs: Attributes dictionary.
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally