Here is the code in objective-c:
[self presentViewController:logInViewController animated:YES completion:NULL];
My code so far in swift:
self.presentViewController(logInViewController, animated: true, completion: )
Thought it would be as straight forward as typing "Void". Unfortunately there's a little more to it.