Quote:
Originally Posted by jazzandmotz08
hey i am making an app but i want there to be a delay between when i push the button and the next view.
i have a ui button linking to a new view and i want to put a delay so when i push the button it will take a couple seconds before going to the view?
can anyone help please i really need help?
thank you
|
[self performSelector:@selector(theNextView) withObject:nil delay:SECONDS];
Was typed freestyle so just type [self per and the rest will show up