I have an application using Storyboard. On a view there is an AlertViewDialog.
When the user clicks the first button (“Yes”), how can I open an other view on the Storyboard?
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.
my be this can help :
// see the image for reference
create SecondViewController class (.h &.m) subclass of viewController .
then from alert view code (as you said when YES is clicked )
paste the code mentioned below
let me know if any issues occur.