Hello I am initializing viewController using this code:
var aboutUsViewController = self.storyboard?.instantiateViewControllerWithIdentifier(\"AboutUsViewCo
You can use this function before presenting, which is available on iOS9 and later:
aboutUsViewController.loadViewIfNeeded()