Hi there!
I have a class that is not derived from UIViewController. This class does some CoreData stuff. If something goes wrong, I have to present the user with an error message. That's what I'm doing so far with UIAlertView's show method. This method is deprecated in iOS 9. How can I present a modal UIAlertController without knowing the ViewController currently displayed?
Best regards!