EnesKaraosman / SwiftyChat

SwiftUI Chat UI (Client) Framework & Documentation to get started!
Apache License 2.0
283 stars 54 forks source link

How to load historical chat records in pages #49

Closed imsai-sh closed 1 year ago

imsai-sh commented 1 year ago

Hello, how can I avoid the scrolling of ScrollView when loading chat records in pages? When I send a message, I use messages.append(message), and when the user looks up the chat history, using messages.insert(contentsOf: preMessages, at: 0) causes the ScrollView to scroll down. Thanks.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.