ChatLayoutPositionSnapshot
public struct ChatLayoutPositionSnapshot : Hashable, Sendable
Represents content offset position expressed by the specific item and it offset from the top or bottom edge.
-
Represents the edge.
See moreDeclaration
Swift
public enum Edge : Hashable, Sendable -
Item’s
IndexPathDeclaration
Swift
public var indexPath: IndexPath -
The edge of the offset.
Declaration
Swift
public var edge: Edge -
The offset from the
edge.Declaration
Swift
public var offset: CGFloat -
Constructor
Declaration