-
Notifications
You must be signed in to change notification settings - Fork 549
AVKit tvOS xcode16.0 b4
Alex Soto edited this page Aug 7, 2024
·
2 revisions
#AVKit.framework
diff -ruN /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h
--- /Applications/Xcode_16.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h 2024-06-30 15:24:54
+++ /Applications/Xcode_16.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/AVKit.framework/Headers/AVPlayerViewController.h 2024-07-12 14:16:17
@@ -3,7 +3,7 @@
Framework: AVKit
- Copyright © 2013-2023 Apple Inc. All rights reserved.
+ Copyright © 2013-2024 Apple Inc. All rights reserved.
To report bugs, go to: http://developer.apple.com/bugreporter/
@@ -389,7 +389,7 @@
@param coordinator
An object conforming to UIViewControllerTransitionCoordinator.
@abstract Informs the delegate that AVPlayerViewController is about to stop displaying its contents full screen.
- @discussion See the discussion of -[AVPlayerViewControllerDelegatePrivate playerViewController:willBeginFullScreenPresentationWithAnimationCoordinator:].
+ @discussion See the discussion of -[AVPlayerViewControllerDelegate playerViewController:willBeginFullScreenPresentationWithAnimationCoordinator:].
*/
- (void)playerViewController:(AVPlayerViewController *)playerViewController willEndFullScreenPresentationWithAnimationCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator API_AVAILABLE(ios(12.0), visionos(1.0)) API_UNAVAILABLE(tvos, watchos);