I had take one ViewController with separate nib file. and my initial root viewcontroller is set in the storyBoard. Now the problem is that when I push to this controller the Vi
var viewController = OfferDetailViewController(nibName: "OfferDetailViewController", bundle: nil)