From 65e3bd07048200c73b951ee4bf2277ff54a3cb2e Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 1 Sep 2022 17:07:36 -0400 Subject: [PATCH] [UIKit] Add attr missing from the review in https://github.com/xamarin/xamarin-macios/pull/15800 (#15835) I asked for the attr to be added but the PR was merged without that change. --- src/uikit.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uikit.cs b/src/uikit.cs index 1cbcd43815..f5b05d16f7 100644 --- a/src/uikit.cs +++ b/src/uikit.cs @@ -2507,6 +2507,7 @@ namespace UIKit { [Deprecated (PlatformName.TvOS, 13, 0, message: "Use a 'BGAppRefreshTask' from 'BackgroundTasks' framework.")] void SetMinimumBackgroundFetchInterval (double minimumBackgroundFetchInterval); + [EditorBrowsable (EditorBrowsableState.Advanced)] [iOS (7,0)] [Export ("preferredContentSizeCategory")] NSString PreferredContentSizeCategory { get; }