You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
6
6
This package uses declarative approach to declare parameters for the video component based ob building blocks. This implementation might give you some insights how SwiftUI works under the hood. Also you can pass parameters in the common way.
7
7
8
+
## SwiftUI example for the package
9
+
[ SwiftUI loop video player example](https://github.com/The-Igor/swiftui-loop-videoplayer-example)
10
+
8
11
## How to use the package
9
12
### 1. Create LoopPlayerView
10
13
@@ -50,8 +53,6 @@ You can group error settings in group **ErrorGroup** or just pass all settings a
50
53
|**EColor(.accentColor)**| Error message text color| .red |
51
54
|**EFontSize(27)**| Size of the error text | 17.0 |
52
55
53
-
## SwiftUI example for the package
54
-
[ SwiftUI loop video player example](https://github.com/The-Igor/swiftui-loop-videoplayer-example)
0 commit comments