0
問題があります。私は私がいる部分は私の問題は、私は私のメインビューとストーリーボードを使用していますということである私のAppDelegate.mにAppDelegate.mのXcode 4の問題ビューコントローラを追加する - xcode 4.2 storyboard
-(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Register for alert notifications
[application registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert];
// Add the view controller's view to the window and display.
[_window addSubview:viewController.view];
[_window makeKeyAndVisible];
// Override point for customization after application launch.
return YES;
}
あるこのtutorial
を以下のよ。私はxibsがありません。私が受けてるのエラーは、「宣言されていない識別子viewContoller
の使用である。私はそれがストーリーボードとは何かを持って推測している。誰かが私はそれがストーリーボードで動作するようにする方法を教えてくださいできます。ありがとうございました。
ありがとう!出来た ! :) –