xamarinios
namespace UIKit
{
[Protocol(Name = "UIPageViewControllerDelegate", WrapperType = typeof(UIPageViewControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishAnimating", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIPageViewController), typeof(bool), typeof(UIViewController[]), typeof(bool) }, Selector = "pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillTransition", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPageViewController), typeof(UIViewController[]) }, Selector = "pageViewController:willTransitionToViewControllers:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetSpineLocation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPageViewController), typeof(UIInterfaceOrientation) }, ReturnType = typeof(UIPageViewControllerSpineLocation), Selector = "pageViewController:spineLocationForInterfaceOrientation:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SupportedInterfaceOrientations", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPageViewController) }, ReturnType = typeof(UIInterfaceOrientationMask), Selector = "pageViewControllerSupportedInterfaceOrientations:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreferredInterfaceOrientationForPresentation", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPageViewController) }, ReturnType = typeof(UIInterfaceOrientation), Selector = "pageViewControllerPreferredInterfaceOrientationForPresentation:")]
public interface IUIPageViewControllerDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |