https://github.com/SimformSolutionsPvtLtd/SSSwiftUIVideoLayerView
SSSwiftUIVideoPlayerLayer is a custom controller which helps to load video in SwiftUI.
https://github.com/SimformSolutionsPvtLtd/SSSwiftUIVideoLayerView
ios swiftui swiftui-components video video-player
Last synced: 11 months ago
JSON representation
SSSwiftUIVideoPlayerLayer is a custom controller which helps to load video in SwiftUI.
- Host: GitHub
- URL: https://github.com/SimformSolutionsPvtLtd/SSSwiftUIVideoLayerView
- Owner: SimformSolutionsPvtLtd
- License: mit
- Created: 2020-01-08T15:24:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T13:02:36.000Z (about 6 years ago)
- Last Synced: 2025-03-02T11:19:54.384Z (12 months ago)
- Topics: ios, swiftui, swiftui-components, video, video-player
- Language: Swift
- Homepage:
- Size: 1.01 MB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mobile-libraries - SSSwiftUIVideoLayerView - SSSwiftUIVideoPlayerLayer is a custom controller which helps to load video in SwiftUI. (iOS / SwiftUI)
- awesome-SS-Mobile - SSSwiftUIVideoLayerView - SSSwiftUIVideoPlayerLayer is a custom controller which helps to load video in SwiftUI. (iOS Guides / SwiftUI)
README
# SSSwiftUIVideoLayerView
SSSwiftUIVideoPlayerLayer is a custom controller which helps to load video in SwiftUI.
[](https://cocoapods.org/pods/SSSwiftUIVideoLayerView)
[](https://cocoapods.org/pods/SSSwiftUIVideoLayerView)
[](https://cocoapods.org/pods/SSSwiftUIVideoLayerView)

## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
- iOS 13.0+
- Xcode 11+
## Installation
SSSwiftUIVideoLayerView is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'SSSwiftUIVideoLayerView'
```
# Usage example
-
**Import framework**
import SSSwiftUIVideoLayerView
-
**Load Video with SwiftUIVideoLayerView function**
SwiftUIVideoLayerView(videoName: "VideoName", videoType: "mp4")
## License
SSSwiftUIVideoLayerView is available under the MIT license. See the LICENSE file for more info.