We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6d1e3 commit 5153e74Copy full SHA for 5153e74
en/tutorials/mastering-progressview-swiftui.md
@@ -1,8 +1,8 @@
1
-To indicate the background work in the application use `ProgressView`.
+To indicate the background work in the application use `ProgressView`. I'll show how use it on the ipad in the new Playground.
2
3
-## Indeterminate progress
+## Indeterminate Progress
4
5
-Let's add a `ProgressView()`:
+Let's add simple a `ProgressView()`. Also call modifier for tint:
6
7
```swift
8
struct ContentView: View {
@@ -22,7 +22,7 @@ struct ContentView: View {
22
23
By default `SwiftUI` defines a rotating loading bar (spinner). The modifier `.tint()` changes the color of the bar.
24
25
-## Determinate progress
+## Determinate Progress
26
27
Initialize the view with another indicator:
28
0 commit comments