ItemSize
public enum ItemSize
Represents desired item size.
-
Item size should be fully calculated by the
CollectionViewChatLayout
. Initial estimated size will be taken fromChatLayoutSettings
.Declaration
Swift
case auto
-
Item size should be fully calculated by the
CollectionViewChatLayout
. Initial estimated size should be taken from the value provided.Declaration
Swift
case estimated(CGSize)
-
Item size should be exactly equal to the value provided.
Declaration
Swift
case exact(CGSize)