TextTagCollectionViewDelegate
@MainActor
@objc
public protocol TextTagCollectionViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
@objc @MainActor optional func textTagCollectionView(_ textTagCollectionView: TextTagCollectionView, canTapTag tagText: String, at index: Int, currentSelected: Bool, tagConfig: TextTagConfig) -> Bool
-
Undocumented
Declaration
Swift
@objc @MainActor optional func textTagCollectionView(_ textTagCollectionView: TextTagCollectionView, didTapTag tagText: String, at index: Int, selected: Bool, tagConfig: TextTagConfig)
-
Undocumented
Declaration
Swift
@objc @MainActor optional func textTagCollectionView(_ textTagCollectionView: TextTagCollectionView, updateContentSize contentSize: CGSize)