NibDesignableTableViewCell

@IBDesignable
open class NibDesignableTableViewCell : UITableViewCell, NibDesignableProtocol

NibDesignableProtocol-compliant implementation of UITableViewCell

See also

NibDesignableProtocol

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

    Declaration

    Swift

    required public init()