Код: Выделить всё
struct ContentView: View {
var body: some View {
List {
ProgressView()
ForEach(0..
Подробнее здесь: [url]https://stackoverflow.com/questions/70627642/progressview-hides-on-list-scroll[/url]
Код: Выделить всё
struct ContentView: View {
var body: some View {
List {
ProgressView()
ForEach(0..
Подробнее здесь: [url]https://stackoverflow.com/questions/70627642/progressview-hides-on-list-scroll[/url]