Something that can often be troublesome in iOS (or tvOS) development is presenting alerts at random times while other things might be happening in your UI. In iOS 8, Apple deprecated UIAlertView, which didn’t require a specific UIViewController to be presented from, as is required in the UIAlertController that replaced…