共用方式為


GKChallengesViewController 建構函式

定義

多載

GKChallengesViewController()
GKChallengesViewController(NSCoder)
GKChallengesViewController(NSObjectFlag)
GKChallengesViewController(IntPtr)
GKChallengesViewController(String, NSBundle)

GKChallengesViewController()

[Foundation.Export("init")]
public GKChallengesViewController();
屬性

適用於

GKChallengesViewController(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public GKChallengesViewController(Foundation.NSCoder coder);
new GameKit.GKChallengesViewController : Foundation.NSCoder -> GameKit.GKChallengesViewController

參數

coder
NSCoder
屬性

適用於

GKChallengesViewController(NSObjectFlag)

protected GKChallengesViewController(Foundation.NSObjectFlag t);
new GameKit.GKChallengesViewController : Foundation.NSObjectFlag -> GameKit.GKChallengesViewController

參數

適用於

GKChallengesViewController(IntPtr)

protected internal GKChallengesViewController(IntPtr handle);
new GameKit.GKChallengesViewController : nativeint -> GameKit.GKChallengesViewController

參數

handle
IntPtr

nativeint

適用於

GKChallengesViewController(String, NSBundle)

[Foundation.Export("initWithNibName:bundle:")]
public GKChallengesViewController(string nibName, Foundation.NSBundle bundle);
new GameKit.GKChallengesViewController : string * Foundation.NSBundle -> GameKit.GKChallengesViewController

參數

nibName
String
bundle
NSBundle
屬性

適用於