filmov
tv
Horizontal and vertical scrolling using ScrollView SwiftUi
Показать описание
SwiftUI’s ScrollView allows us to create scrolling containers of views relatively easily, because it automatically sizes itself to fit the content we place inside it and also automatically adds extra insets to avoid the safe area.