Why ScrollView shows event logs in console.
ScrollView {
VStack(alignment: .leading, spacing:0) {
HStack{
Text("ScrollView Testing").font(.largeTitle)
Spacer()
}
}
}
code-block
# Logs
`Evaluating dispatch of UIEvent: 0x600003909ad0; type: 0; subtype: 0; backing type: 11; shouldSend: 1; ignoreInteractionEvents: 0, systemGestureStateChange: 0`
Is this behavior normal or something messing up with UIEvent ? I am new bee with ScrollView.