Relative Content

Tag Archive for swiftswiftuiswiftui-scrollview

How can I make elements appear at the bottom of a ScrollView?

I have a SwiftUI related question. I’m trying to make a chat and make messages appear at the bottom of the screen (like at the screen from Telegram). All solutions I tried keep rendering messages at the top. Documentation and ChatGPT could solve my problem.

How can I make elements appear at the bottom of a ScrollView?

I have a SwiftUI related question. I’m trying to make a chat and make messages appear at the bottom of the screen (like at the screen from Telegram). All solutions I tried keep rendering messages at the top. Documentation and ChatGPT could solve my problem.