UIActionSheet
UIActionSheetAppearance
UIActionSheet()
UIActionSheet(CGRect)
UIActionSheet(IntPtr)
UIActionSheet(NativeHandle)
UIActionSheet(NSCoder)
UIActionSheet(NSObjectFlag)
UIActionSheet(String)
UIActionSheet(String, IUIActionSheetDelegate)
UIActionSheet(String, UIActionSheetDelegate)
UIActionSheet(String, IUIActionSheetDelegate, String, String, String[])
UIActionSheet(String, UIActionSheetDelegate, String, String, String[])
Appearance
ButtonCount
CancelButtonIndex
ClassHandle
Delegate
DestructiveButtonIndex
FirstOtherButtonIndex
Style
Title
Visible
WeakDelegate
Add(String)
AddButton(String)
AppearanceWhenContainedIn(Type[])
ButtonTitle(nint)
ButtonTitle(nint)
DismissWithClickedButtonIndex(nint, Boolean)
DismissWithClickedButtonIndex(nint, Boolean)
Dispose(Boolean)
GetAppearance(UITraitCollection)
GetAppearance(UITraitCollection, Type[])
GetAppearance<T>()
GetAppearance<T>(UITraitCollection)
GetAppearance<T>(UITraitCollection, Type[])
GetEnumerator()
ShowFrom(UIBarButtonItem, Boolean)
ShowFrom(CGRect, UIView, Boolean)
ShowFromTabBar(UITabBar)
ShowFromToolbar(UIToolbar)
ShowInView(UIView)
Canceled
Clicked
Dismissed
Presented
WillDismiss
WillPresent
xamarinios
namespace UIKit
{
[Deprecated(PlatformName.iOS, 8, 3, PlatformArchitecture.None, "Use 'UIAlertController' with 'UIAlertControllerStyle.ActionSheet' instead.")]
[Register("UIActionSheet", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class UIActionSheet : UIView, IEnumerable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal UIActionSheet(IntPtr handle);
}
}
Xamarin iOS | 0.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. |
- Built-in API
- Package-provided API