In testing game I'm working on i get full 60fps when I set the game view controller as the initial controller to run. However when ever I run the game from the Main Menu View Controller and Segue into the actual game view i realize the frame rate drops and remains at 30-40 fps.
Can anyone explain what might be the possible reason for this?
Is it that the previous view controller is still held in memory?