Posts by linharesh • 1 point
1 post
-
-1
votes2
answers430
viewsA: Swift 3 - How to instantiate a View Controller?
You can do this to create a new instance of Viewcontroller: let notasViewController = NotasViewController()
1 post
-1
votes2
answers430
viewsYou can do this to create a new instance of Viewcontroller: let notasViewController = NotasViewController()