Subscribe ( )

iPhone Programming Tutorials


 

Forum

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

Search 

About the iCodeBlog forum

Most Users Ever Online:

44


Currently Online:

2 Guests

Forum Stats:

Groups: 2

Forums: 6

Topics: 419

Posts: 893

Membership:

There are 934 Members

There has been 1 Guest

There are 2 Admins

There is 1 Moderator

Top Posters:

bobcubsfan – 54

crazyiez – 30

Uhu – 17

AdeC – 17

Nick – 15

jitesh61 – 12

Administrators: Brandon (88 Posts), Collin (0 Posts)

Moderators: VertigoSol (26 Posts)



©   

  • Posted by on 6 Aug 2008 in Uncategorized
  •   |  
  •   |  
  •   |  
  • Comments Off

Comments are closed.