I have a refreshable Scroll View using .refreshable
and it works exactly how I need it to except for the loading view. How can I hide or replace that loading wheel?
.refreshable {
Task {
// Reload
}
}
I have a refreshable Scroll View using .refreshable
and it works exactly how I need it to except for the loading view. How can I hide or replace that loading wheel?
.refreshable {
Task {
// Reload
}
}