Simple iOS Segue Not Occuring?

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

I am attempting to programmatically segue from a splash screen (used to log users into Facebook) to a tab bar view. I have created a modal segue with the id "splashToTabBar" from splashViewController to tabBarController and am invoking the call: self performSegueWithIdentifier:@"splashToTabBar" sender:self; once the user has been authenticated by Facebook (where self is the splashViewController). PrepareForSegue is invoked but then no segue occurs.

Is it possible to transition from a splash screen to a tab bar controller? Is there another method I need to invoke? Objective-c ios storyboard link|improve this question asked yesterdayiosNoob1.

That way we can be sure there is a problem with the segue and not the tab bar controller. – T.J. yesterday I am not sure I understand here can you give me some clarification? Is the prepareForSegue being called in your splashViewController after you call performSegueWithIdentifier?

When you say you are transitioning from a splash screen are you just referring to a UIViewController you are using as a splash screen? If it is possible to post some more code I should be able to help. – Scott Sherwood 22 hours ago.

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