I’am using Xcode 4.3.2 with Storyboard and IOS 5.1
In my app, i need to desactivate temporarly a segue (because the form is not complete for example).
Is there a way to do that ? I found nothing about that on google.
Thanks for your help !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Oops, I found…
I plugged the segue directly into the cell (normal practice).
But, to control the segue, and in my case, to disable it, we must connect it directly to the view controller.
Then we can – or not – trigger it by calling
performSegueWithIdentifier:sender:when we need it!