In my MainStoryBoard I want to push a viewController to the detailView but I get this error:
NSInvalidArgumentException\', reason: \'Pushing a naviga
Like rmaddy said in the comments you are trying to push a navigation controller.
Navigation controllers should be presented (via presentViewController or they can be added as a childViewController) and ViewControllers should be pushed.