i am using a segue for transition between two view controllers i have some different-different conditions according to which i want to change segue identifier. i have only one button with one segue, in first ViewController.
well.... seeing the problem, its obvious i can't do it statically when i am designing UI in attribute inspector under Storyboard. so can i do it programmatically, at the runtime???
Is there any possible way to come over this problem. A code would be really helpful.