I don't know why but after searching on Google and here, no one seems to have this problem.
I have added a new storyboard scene right next to my main scene, and wrote a code for a button which will trigger a partial curl transition to the new scene.
On my new scene, are a controls, here's my problem. How can I code for them? I cannot add them as IBOutlet or IBAction to my main scene's view controller which is pretty obvious. So what should I do? How can I add a new ViewController.h/m file for that new scene?