ExEr7um / LFU-Quest

LFU-Quest is helpful app for Lyceum of Financial University
0 stars 0 forks source link

UIAlertController isn't in view hierarchy #1

Closed ExEr7um closed 6 years ago

ExEr7um commented 6 years ago

Attempting to present UIAlertController whose view is not in the window hierarchy! UIAlertController in createAccount() and login() functions don't work. But in other program code it works correctly. Files: FirstRegViewController.swift and LoginPageViewController.swift

ExEr7um commented 6 years ago

Added segue action not to button, just to ViewController, and now all works correctly!