InnerViewContainerEnabled

public protocol InnerViewContainerEnabled : AnyObject

Helper protocol for binding various definitions of ‘enabled’ to inner view. e.g. UICollectionViewCell uses the parent collection view’s allowsSelection to define isEnabled.

  • Is the container enabled?

    Declaration

    Swift

    var containerIsEnabled: Bool? { get }