I am using the Parse framework to authenticate my user logins. They click the login button, and if there is an error an alert view pops up with the error message however since UIAlertView has been deprecated I can not get it to work with UIAlertController. I am using the Parse framework to authenticate