MenuAccessoryContainerView

@objcMembers
@objc(PESDKMenuAccessoryContainerView)
open class MenuAccessoryContainerView : UIView

A view that hosts accessory UI elements above or below a MenuCollectionView. It is used to define the accessory’s backgroundColor and to configure UI elements that depend on it.

  • This closure is executed when the backgroundColor changes.

    Declaration

    Swift

    open var backgroundColorDidChange: ((UIColor) -> Void)?