Post

Replies

Boosts

Views

Activity

Reply to Video player options not visible on iOS 16
For Swift UI -> IOS 16 CustomVideoPlayer() .compositingGroup() // Mandatory struct CustomVideoPlayer : UIViewControllerRepresentable { var player: AVPlayer func makeUIViewController(context: UIViewControllerRepresentableContext) -> AVPlayerViewController { let controller = AVPlayerViewController() controller.player = player return controller } func updateUIViewController(_ uiViewController: AVPlayerViewController, context: UIViewControllerRepresentableContext) { }
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’22
Reply to Video player options not visible on iOS 16
For Swift UI -> IOS 16 CustomVideoPlayer() .compositingGroup() // Mandatory struct CustomVideoPlayer : UIViewControllerRepresentable { var player: AVPlayer func makeUIViewController(context: UIViewControllerRepresentableContext) -> AVPlayerViewController { let controller = AVPlayerViewController() controller.player = player return controller } func updateUIViewController(_ uiViewController: AVPlayerViewController, context: UIViewControllerRepresentableContext) { }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to HealthKit settings URL
I found this string. All path looks like App-Prefs:HEALTH&path=SOURCES_ITEM
Replies
Boosts
Views
Activity
May ’22