UIViewController.PresentViewController 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強制回應呈現檢視控制器。
[Foundation.Export("presentViewController:animated:completion:")]
public virtual void PresentViewController (UIKit.UIViewController viewControllerToPresent, bool animated, Action completionHandler);
abstract member PresentViewController : UIKit.UIViewController * bool * Action -> unit
override this.PresentViewController : UIKit.UIViewController * bool * Action -> unit
參數
- viewControllerToPresent
- UIViewController
在目前檢視控制器內容上顯示的檢視控制器。
- animated
- Boolean
布林值,指出是否要讓簡報產生動畫效果。
- 屬性