Skip to content

MapKit tvOS xcode14.0 beta5

Israel Soto edited this page Aug 18, 2022 · 2 revisions

#MapKit.framework https://github.com/xamarin/xamarin-macios/pull/15562

diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLookAroundViewController.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLookAroundViewController.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLookAroundViewController.h	2022-07-22 10:03:26.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLookAroundViewController.h	2022-08-06 03:26:28.000000000 -0400
@@ -59,6 +59,11 @@
 - (void)lookAroundViewControllerWillUpdateScene:(MKLookAroundViewController *)viewController;
 - (void)lookAroundViewControllerDidUpdateScene:(MKLookAroundViewController *)viewController;
 
+- (void)lookAroundViewControllerWillPresentFullScreen:(MKLookAroundViewController *)viewController;
+- (void)lookAroundViewControllerDidPresentFullScreen:(MKLookAroundViewController *)viewController;
+- (void)lookAroundViewControllerWillDismissFullScreen:(MKLookAroundViewController *)viewController;
+- (void)lookAroundViewControllerDidDismissFullScreen:(MKLookAroundViewController *)viewController;
+
 @end
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally