Skip to content

Commit

Permalink
onChange(of:perform:) は iOS 14.0 以降で利用可能
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Oct 2, 2024
1 parent e6f10fc commit 4a813aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sora/SwiftUIVideoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import UIKit
/**
ストリームの映像を描画する SwiftUI ビューです。
*/
@available(iOS 14, *)
public struct SwiftUIVideoView<Background>: View where Background: View {
private var stream: MediaStream?
private var background: Background
Expand Down

0 comments on commit 4a813aa

Please sign in to comment.