Ios custom segues?

Up vote 0 down vote favorite share g+ share fb share tw.

I want to make login screen of my application. I use storyboard. In root view controller check if there are logged user in the system and if there are call this method: self performSegueWithIdentifier:@"MainScreen" sender:self; I have connection from root view controller with next screen.

I have test seque class that is seque class of the connection. This is perform method of this class: UIViewController *src = self. SourceViewController; NSString* className = NSStringFromClass(src class); NSLog(@"Class: %@",className); UIViewController *dst = self.

DestinationViewController; className = NSStringFromClass(dst class); NSLog(@"Class: %@",className); if (src == nil) { NSLog(@"Source is nil"); } else { NSLog(@"Source is not nil"); } if (dst == nil) { NSLog(@"Destination is nil"); } else { NSLog(@"Destination is not nil"); } src presentModalViewController:dst animated:YES; } Everything seems fine but destination controller doesn't appear. Can someone help me? Thanks in advanced ios ios5 xcode4.2 storyboard link|improve this question edited 9 hours agoD Mac662113 asked 10 hours agon_yanev658213 100% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions