I am trying to transit to another ViewController but it gives me black screen! There is my code:
if (content == nil) {
let sec: testViewController = testViewController(nibName: nil, bundle: nil)
self.present(sec, animated: true, completion: nil)
}