mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Browser player bar as overlay
This commit is contained in:
9
Shared/Modifiers/PlayerOverlayModifier.swift
Normal file
9
Shared/Modifiers/PlayerOverlayModifier.swift
Normal file
@@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
|
||||
struct PlayerOverlayModifier: ViewModifier {
|
||||
func body(content: Content) -> some View {
|
||||
content
|
||||
.overlay(ControlsBar(fullScreen: .constant(false)), alignment: .bottom)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user