Skip to content

ADImageStickerDataSource_StickerSection

duzexu edited this page Sep 18, 2021 · 2 revisions

ADImageStickerDataSource.StickerSection

Sticker section

public struct StickerSection 

Initializers

init(icon:name:items:itemNameOn:info:)

public init(icon: UIImage, name: String, items: [StickerItem], itemNameOn: Bool = true, info: Dictionary<String,Any>? = nil) 

Properties

name

public let name: String

icon

public let icon: UIImage

items

public let items: [StickerItem]

itemNameOn

Control item show name or not.

public let itemNameOn: Bool

info

Extra info for later use.

public let info: Dictionary<String,Any>?
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally