I\'m presenting a UINavigationController modally, from within an iOS app extension:
UINavigationController
UINavigationController *nav = [[UINavigationController alloc] in
I was presenting from a detached viewController. I never got the warning. But I tried embedding that detached viewController in a NavigationController, and the problem went away.