ItemKind
public enum ItemKind : CaseIterable, Hashable
Type of the item supported by CollectionViewChatLayout
-
Header item
Declaration
Swift
case header
-
Cell item
Declaration
Swift
case cell
-
Footer item
Declaration
Swift
case footer
-
Returns:
true
if thisItemKind
is equal toItemKind.header
orItemKind.footer
Declaration
Swift
public var isSupplementaryItem: Bool { get }