Tuesday, 18 December 2018

Navigation Without Segue




let next = self.storyboard?.instantiateViewControllerWithIdentifier("homes_vc") as? UINavigationController
                    self.presentViewController(next!, animated: true, completion: nil)

No comments:

Post a Comment