다음을 통해 공유


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
특성

적용 대상