Skip to content

Commit d350e36

Browse files
committed
Update README.md
1 parent ebb9803 commit d350e36

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
@@ -7,7 +7,7 @@
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

99
### By the way
10-
Check this implementation [Perhaps that might be enough for your needs](https://github.com/igor11191708/swiftui-loop-videoPlayer/issues/7 )
10+
Check this implementation [Perhaps that might be enough for your needs](https://github.com/igor11191708/swiftui-loop-videoPlayer/issues/7#issuecomment-2341268743)
1111

1212

1313
## [SwiftUI VideoPlayer examples](https://github.com/The-Igor/swiftui-loop-videoplayer-example)

0 commit comments

Comments
 (0)