Reputation: 105
I am doing an application where i can check for a condition in Appdelegate class as follows:-
if([array count] == 0) {one viewController} else{another viewController}
How will i do this in storyboard like i'm asking the connection so that the corresponding viewcontrollers are displayed.
I'm new to iphone development.Thanks in advance.
Upvotes: 1
Views: 3318
Reputation: 64700
The way to do this is:
Upvotes: 4