I'm new to developing with xCode and Objective C, and I have a simple question. What is the point of having seperate class files for each scene in a storyboard.
My Question: Why not use the default ViewController.m and ViewController.h class for every scene in your storyboard. Are there any disadvantages of using the same class for multiple scenes other than just being plain organized?
Here is a picture of where you would enter what class a specific scene is using...