Skip to content

Commit 3e3f2ca

Browse files
committed
Update README.md
1 parent 2e41ea2 commit 3e3f2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Why if we have Apple’s VideoPlayer ?!
77
Apple’s VideoPlayer offers a quick setup for video playback in SwiftUI but for example it doesn’t allow you to hide or customize the default video controls UI, limiting its use for custom scenarios. In contrast, this solution provides full control over playback, including the ability to disable or hide UI elements, making it suitable for background videos, tooltips, and video hints. Additionally, it supports advanced features like seamless looping and real-time filter application, adding vector graphics upon the video stream etc. This package uses a declarative approach to declare parameters for the video component based on building blocks. This implementation might give some insights into how SwiftUI works under the hood. You can also pass parameters in the common way.
88

9-
## [SwiftUI video player example](https://github.com/The-Igor/swiftui-loop-videoplayer-example)
9+
## [SwiftUI VideoPlayer examples](https://github.com/The-Igor/swiftui-loop-videoplayer-example)
1010

1111
## [Documentation(API)](https://swiftpackageindex.com/igor11191708/swiftui-loop-videoplayer/main/documentation/swiftui_loop_videoplayer)
1212

0 commit comments

Comments
 (0)