So I have an iPhone splash screen in a view, and if user clicks anywhere on the view, i want to go to other game view.
How do I detect this input without using xib?
Kinda like if I was in java,
I would write an anonymous listener class.
How do I detect this input without using xib?
Kinda like if I was in java,
I would write an anonymous listener class.