Skip to content

Commit 5153e74

Browse files
committed
Cleaning.
1 parent 1e6d1e3 commit 5153e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/tutorials/mastering-progressview-swiftui.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
To indicate the background work in the application use `ProgressView`.
1+
To indicate the background work in the application use `ProgressView`. I'll show how use it on the ipad in the new Playground.
22

3-
## Indeterminate progress
3+
## Indeterminate Progress
44

5-
Let's add a `ProgressView()`:
5+
Let's add simple a `ProgressView()`. Also call modifier for tint:
66

77
```swift
88
struct ContentView: View {
@@ -22,7 +22,7 @@ struct ContentView: View {
2222

2323
By default `SwiftUI` defines a rotating loading bar (spinner). The modifier `.tint()` changes the color of the bar.
2424

25-
## Determinate progress
25+
## Determinate Progress
2626

2727
Initialize the view with another indicator:
2828

0 commit comments

Comments
 (0)