UIAlertControllerStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 是要 UIAlertController 顯示動作表還是警示。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAlertControllerStyle
type UIAlertControllerStyle =
- 繼承
-
UIAlertControllerStyle
- 屬性
欄位
ActionSheet | 0 | 將警示控制器顯示為動作表。 |
Alert | 1 | 將警示控制器顯示為警示。 |
備註
這是顯示動作表的方式:
這是警示的顯示方式: