alien-house
5/14/2017 - 1:08 AM

Transitions code without storyboard

Transitions code without storyboard

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