I asked for the attr to be added but the PR was merged without that change.
This commit is contained in:
Manuel de la Pena 2022-09-01 17:07:36 -04:00 коммит произвёл GitHub
Родитель a09a42a1f3
Коммит 65e3bd0704
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2507,6 +2507,7 @@ namespace UIKit {
[Deprecated (PlatformName.TvOS, 13, 0, message: "Use a 'BGAppRefreshTask' from 'BackgroundTasks' framework.")] [Deprecated (PlatformName.TvOS, 13, 0, message: "Use a 'BGAppRefreshTask' from 'BackgroundTasks' framework.")]
void SetMinimumBackgroundFetchInterval (double minimumBackgroundFetchInterval); void SetMinimumBackgroundFetchInterval (double minimumBackgroundFetchInterval);
[EditorBrowsable (EditorBrowsableState.Advanced)]
[iOS (7,0)] [iOS (7,0)]
[Export ("preferredContentSizeCategory")] [Export ("preferredContentSizeCategory")]
NSString PreferredContentSizeCategory { get; } NSString PreferredContentSizeCategory { get; }