Skip to main content

AttachmentActionButton

Button used to take an action on attachment being uploaded.

open class AttachmentActionButton: _Button, AppearanceProvider 

Inheritance

_Button, AppearanceProvider

Properties

content

The content this button displays

open var content: Content? 

size

The button size. It's 24x24 by default

open var size: CGSize 

Methods

setUpLayout()

override open func setUpLayout() 

setUpAppearance()

override open func setUpAppearance() 

layoutSubviews()

override open func layoutSubviews() 

updateContent()

override open func updateContent() 

Did you find this page helpful?