[UIKit] Update bindings up to Xcode 12.2 Beta 2 (#9795)

This commit is contained in:
Alex Soto 2020-10-07 19:06:09 -04:00 коммит произвёл GitHub
Родитель fc158cb67d
Коммит 3067564d05
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -15832,6 +15832,8 @@ namespace UIKit {
IUIViewControllerTransitionCoordinator GetTransitionCoordinator (); IUIViewControllerTransitionCoordinator GetTransitionCoordinator ();
} }
[Unavailable (PlatformName.MacCatalyst)]
[Advice ("This API is not available when using UIKit on macOS.")]
[NoTV] [NoTV]
[Deprecated (PlatformName.iOS, 12, 0, message: "No longer supported; please adopt 'WKWebView'.")] [Deprecated (PlatformName.iOS, 12, 0, message: "No longer supported; please adopt 'WKWebView'.")]
[BaseType (typeof (UIView), Delegates=new string [] { "WeakDelegate" }, Events=new Type [] {typeof(UIWebViewDelegate)})] [BaseType (typeof (UIView), Delegates=new string [] { "WeakDelegate" }, Events=new Type [] {typeof(UIWebViewDelegate)})]
@ -15935,6 +15937,8 @@ namespace UIKit {
bool AllowsLinkPreview { get; set; } bool AllowsLinkPreview { get; set; }
} }
[Unavailable (PlatformName.MacCatalyst)]
[Advice ("This API is not available when using UIKit on macOS.")]
[NoTV] [NoTV]
[Deprecated (PlatformName.iOS, 12, 0, message: "No longer supported; please adopt 'WKWebView' APIs.")] [Deprecated (PlatformName.iOS, 12, 0, message: "No longer supported; please adopt 'WKWebView' APIs.")]
[BaseType (typeof (NSObject))] [BaseType (typeof (NSObject))]