Код: Выделить всё
struct ContentView: View {
var body: some View {
NavigationStack {
VStack {
Text("Some Content")
Spacer()
ScrollView {
VStack {
ForEach(0..
Подробнее здесь: [url]https://stackoverflow.com/questions/79677629/scrollviews-at-the-bottom-of-navigationstack-cause-the-navigation-title-to-be-in[/url]
Мобильная версия