-
Notifications
You must be signed in to change notification settings - Fork 515
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
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status