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; }