Switching Views using Xcode

xcode

Solution

Create a new file for each view. This will give you a new .h and .m file. Using MVC or single app view.

Problem

Using Xcode do I need to create a new file for each view when it is connected to a button? Or does it work fine with just keeping the app under one h and m file?

Original source