ADPhotoKit Documentation

Class ADBrowser​Tool​Bar​Cell

public class ADBrowserToolBarCell: UICollectionViewCell  

Select preview view cell in browser controller.

%15 ADBrowserToolBarCell ADBrowserToolBarCell UICollectionViewCell UICollectionViewCell ADBrowserToolBarCell->UICollectionViewCell

Nested Types

ADBrowserToolBarCell.Key

Key for attribute.

Conforms To

UICollectionViewCell

Methods

set​Attributes(_:​)

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

You may specify the corner radius, tag color, tag font,and border color properties for the cell in the attributes dictionary, using the keys found in ADBrowserToolBarCell.Key.

Parameters

attrs [Key :​ Any]?

Attributes dictionary.