FUIContactCollectionViewCell

@MainActor
open class FUIContactCollectionViewCell : FUIBaseDrawingCollectionViewCell<FUIContactView>

Showing business contact information as inner view for collection view cell.

  • This property indicates if the content copyable is enabled or not.

    The default is true.

    Declaration

    Swift

    @MainActor
    open var isContentCopyable: Bool { get set }