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
.
-
containerIsEnabled
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var containerIsEnabled: Bool? { get }