[UIKit] Update bindings to Xcode 11.4 Beta 2 (#7963)

This commit is contained in:
Alex Soto 2020-02-25 06:50:39 -05:00 коммит произвёл GitHub
Родитель 144f7d2c83
Коммит dd83fbed2d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 70 добавлений и 24 удалений

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

@ -6572,6 +6572,66 @@ namespace UIKit {
[Field ("UIKeyInputEnd")] [Field ("UIKeyInputEnd")]
NSString End { get; } NSString End { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF1")]
NSString F1 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF2")]
NSString F2 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF3")]
NSString F3 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF4")]
NSString F4 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF5")]
NSString F5 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF6")]
NSString F6 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF7")]
NSString F7 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF8")]
NSString F8 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF9")]
NSString F9 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF10")]
NSString F10 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF11")]
NSString F11 { get; }
[Introduced (PlatformName.MacCatalyst, 13, 4)]
[iOS (13,4), TV (13,4)]
[Field ("UIKeyInputF12")]
NSString F12 { get; }
[iOS (9,0)] [iOS (9,0)]
[Deprecated (PlatformName.iOS, 13, 0, message: "Use 'UIKeyCommand.Create (NSString, UIKeyModifierFlags, Selector)' overload instead.")] [Deprecated (PlatformName.iOS, 13, 0, message: "Use 'UIKeyCommand.Create (NSString, UIKeyModifierFlags, Selector)' overload instead.")]
[Static] [Static]

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

@ -81,3 +81,8 @@
!missing-selector! UIBarAppearance::copy not bound !missing-selector! UIBarAppearance::copy not bound
!missing-selector! UIBarButtonItemAppearance::copy not bound !missing-selector! UIBarButtonItemAppearance::copy not bound
!missing-selector! UITabBarItemAppearance::copy not bound !missing-selector! UITabBarItemAppearance::copy not bound
## Xcode 11.4 Beta 2
## Duplicated entry field UIKeyInputF1 FB66299477
## https://github.com/xamarin/xamarin-macios/wiki/UIKit-iOS-xcode11.4-beta2
!missing-field! UIKeyInputF1 not bound

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

@ -1,12 +0,0 @@
!missing-field! UIKeyInputF1 not bound
!missing-field! UIKeyInputF10 not bound
!missing-field! UIKeyInputF11 not bound
!missing-field! UIKeyInputF12 not bound
!missing-field! UIKeyInputF2 not bound
!missing-field! UIKeyInputF3 not bound
!missing-field! UIKeyInputF4 not bound
!missing-field! UIKeyInputF5 not bound
!missing-field! UIKeyInputF6 not bound
!missing-field! UIKeyInputF7 not bound
!missing-field! UIKeyInputF8 not bound
!missing-field! UIKeyInputF9 not bound

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

@ -112,3 +112,8 @@
# Xcode 11.4 Beta 1 # Xcode 11.4 Beta 1
## Parent type UIDatePicker is not available in tvOS ## Parent type UIDatePicker is not available in tvOS
!missing-enum! UIDatePickerStyle not bound !missing-enum! UIDatePickerStyle not bound
## Xcode 11.4 Beta 2
## Duplicated entry field UIKeyInputF1 FB66299477
## https://github.com/xamarin/xamarin-macios/wiki/UIKit-iOS-xcode11.4-beta2
!missing-field! UIKeyInputF1 not bound

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

@ -1,12 +0,0 @@
!missing-field! UIKeyInputF1 not bound
!missing-field! UIKeyInputF10 not bound
!missing-field! UIKeyInputF11 not bound
!missing-field! UIKeyInputF12 not bound
!missing-field! UIKeyInputF2 not bound
!missing-field! UIKeyInputF3 not bound
!missing-field! UIKeyInputF4 not bound
!missing-field! UIKeyInputF5 not bound
!missing-field! UIKeyInputF6 not bound
!missing-field! UIKeyInputF7 not bound
!missing-field! UIKeyInputF8 not bound
!missing-field! UIKeyInputF9 not bound