Lets say I have a ViewController1 and a ViewController2. I segued from VC1 to VC2. So I am in ViewController 2 and I want to use
[NSTimer scheduledTimerWithTimeInterval:10 target: selector: userInfo:nil repeats:NO]
to execute a method on ViewController1 (let's call it method1.) What are the parameters for NSTimer? Thanks