@theSwolEnchilada's solution worked fine for me. I'm using 14.5
Post
Replies
Boosts
Views
Activity
var body: some View {
ScrollView (showsIndicators: false){
ForEach(0 ..< 500) { item in
HStack {
Spacer()
Text("First Tab")
.frame(height: 50)
Spacer()
}
.background(Color.red)
}
}
}
}
The problem comes when you scroll the whole window.
Thanks @mario25 for you answer.
The problem comes from Apple.
my app was approved on the Appstore without any issue.
I don't think you can.
Just ignore it.
Anyway it's just a warning.