net7.0-tvos
namespace UIKit
{
    [Register("UIViewController", true)]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("tvos")]
    [SupportedOSPlatform("maccatalyst")]
    public class UIViewController : UIResponder, INSCoding, INSExtensionRequestHandling, INativeObject, IEnumerable, IDisposable, IUIAppearanceContainer, IUIContentContainer, IUIFocusEnvironment, IUITraitEnvironment
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [ObsoletedOSPlatform("tvos15.0", "Use 'UIViewController.SetContentScrollView' instead.")]
        [SupportedOSPlatform("tvos13.0")]
        [UnsupportedOSPlatform("ios")]
        [UnsupportedOSPlatform("maccatalyst")]
        public virtual UIScrollView? TabBarObservedScrollView
        {
            [Export("tabBarObservedScrollView", ArgumentSemantic.Retain)]
            [ObsoletedOSPlatform("tvos15.0", "Use 'UIViewController.SetContentScrollView' instead.")]
            [UnsupportedOSPlatform("ios")]
            [UnsupportedOSPlatform("maccatalyst")]
            [UnsupportedOSPlatform("tvos")]
            get;
            [Export("setTabBarObservedScrollView:", ArgumentSemantic.Retain)]
            [ObsoletedOSPlatform("tvos15.0", "Use 'UIViewController.SetContentScrollView' instead.")]
            [UnsupportedOSPlatform("ios")]
            [UnsupportedOSPlatform("maccatalyst")]
            [UnsupportedOSPlatform("tvos")]
            set;
        }

    }
}
Assembly Microsoft.tvOS , Version=16.0.700.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-tvos7.0-tvos8.0-tvos9.0-tvos
OS Platforms

For the selected framework the property getter is supported on any platform execept for these:

  • iOS
  • Mac Catalyst
  • tvOS

For the selected framework the property setter is supported on any platform execept for these:

  • iOS
  • Mac Catalyst
  • tvOS
  • Built-in API
  • Package-provided API

04/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙