Skip to content

Commit c55984b

Browse files
committed
Update README.md
1 parent 119cbc3 commit c55984b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Apple’s VideoPlayer offers a quick setup for video playback in SwiftUI. Howeve
2222
}
2323
```
2424

25+
or
26+
27+
```swift
28+
ExtVideoPlayer(fileName: 'swipe')
29+
```
30+
2531
## Philosophy of Player Dynamics
2632

2733
The player's functionality is designed around a dual ⇆ interaction model:
@@ -371,7 +377,7 @@ Integrating vector graphics into SwiftUI views, particularly during lifecycle ev
371377
### 1. Create LoopPlayerView
372378

373379
```swift
374-
ExtVideoPlayer(fileName: 'swipe')
380+
ExtVideoPlayer(fileName: 'swipe')
375381
```
376382

377383
or in a declarative way

0 commit comments

Comments
 (0)