xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Register("UIPresentationController", true)]
public class UIPresentationController : NSObject, INativeObject, IDisposable, IUIAppearanceContainer, IUIContentContainer, IUIFocusEnvironment, IUITraitEnvironment
{
[Obsolete("Removed in iOS10. Use '.ctor (UIViewController,UIViewController)'.")]
public UIPresentationController();
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Removed in iOS10. Use '.ctor (UIViewController,UIViewController)'. |
Platform Restrictions | This framework does not have platform annotations. |