NibDesignableCollectionViewCell

@IBDesignable
open class NibDesignableCollectionViewCell : UICollectionViewCell, NibDesignableProtocol

NibDesignableProtocol-compliant implementation of UICollectionViewCell

See also

NibDesignableProtocol

  • Workaround for the compile issue where empty initializer is not accessible in xcframework.

    Declaration

    Swift

    required public init()