MenuCollectionView

@available(iOS 9.0, *)
@objcMembers
@objc(PESDKMenuCollectionView)
open class MenuCollectionView : UICollectionView

A MenuCollectionView is a subclass of UICollectionView configured to be used as the menu of a tool controller.

  • The flow layout of the collection view.

    Declaration

    Swift

    open var flowLayout: UICollectionViewFlowLayout { get }