Transitions code without storyboard
let nextVC: UIViewController = AccountDetailViewController() nextVC.modalTransitionStyle = UIModalTransitionStyle.partialCurl self.present(nextVC, animated: true, completion: nil)