Subscribe ( )

iPhone Programming Tutorials

 

Forum

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

You must be logged in to post Login Register

Search 

Navigation Between View’s

User Post

5:20 am
February 6, 2009


prabukrs

Noob

posts 1

1

Hi There,

I'm writing a View-Based Application sample and finding difficult to navigate between other views.

Say, in my first View i have a button clicking on which should take me to View2 (a .Xib file i created).

As required i hav created a ViewController and linked it with the View2.

Code block in Button_Click:

 if(self.screen2ViewController == nil) {
 Screen2ViewController *screen2 =[[Screen2ViewController alloc] initWithNibName:@”Screen2″ bundle:[NSBundle mainBundle]];
 self.screen2ViewController =screen2;
 [screen2 release];


I'm unable to navigate to my second View(Screen2)


Thanks,

Prabhu


About the iCodeBlog forum

Currently Online:

3 Guests

Maximum Online: 25

Forums:

Groups: 2

Forums: 6

Topics: 305

Posts: 743

Members:

There are 654 members

There are 1 guests


Brandon has made 87 posts

Top Posters:

bobcubsfan - 53

crazyiez - 30

VertigoSol - 26

Uhu - 17

AdeC - 17

Administrator: Brandon | Moderators: VertigoSol


© - Version 3.1.4 (Build 357)