Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I have to make a navigation controller programatically.
I do exactly:
create a file (UIViewController) delete the view create a window link the IBOutlet in File's owner like a View create a UINavigationController link the window's rootViewController with UINavigationController
In Interface Builder I have this: [Window] (rootViewController)---(Navigation Controller) (View)---(File's Owner)
I have to make a navigation controller programatically.
I do exactly:
create a file (UIViewController) delete the view create a window link the IBOutlet in File's owner like a View create a UINavigationController link the window's rootViewController with UINavigationController
In Interface Builder I have this: [Window] (rootViewController)---(Navigation Controller) (View)---(File's Owner)
Replies
iJob - Job search (Br) - Download
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeNI3(Not Impossible 3)
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome- (IBAction)addPlace:(id)sender {NSLog(@\"addPlace-Started\");
AddPlacePart2Controller *controller = [[AddPlacePart2Controller alloc] initWithNibName:@\"AddPlacePart2Controller\" bundle:nil];
[self.navigationController pushViewController:controller animated:YES];
[controller release];
NSLog(@\"self.navigationController:%@\",self.navigationController);
}
what you see in console?
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeYou found my problem! There's no navigationController finded by the code.
But.. how resolve this?
thanks
iJob - Job search (Br) - Download
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like AwesomeiJob - Job search (Br) - Download
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome