I have a view and the user is in this view, and there is no way to go away. There is an ad, and than after a period of time the “go” button appears, or better, it goes to next view automatically! I’m using a storyboard.
Share
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.
You’ll have to do it in code. It’s as simple as:
Now
segueToNextViewwill happen 5 seconds after the view controller loads.