Post marked as solved
Post marked as solved with 5 replies, 6,398 views
HiI've recently update my app to use AlertControllersHowever when I present one within a Navigation Controller i'm getting this warning in the console:"presenting view controllers on detached view controllers is discouraged"I'm assuming this is because the alert controller isn't added to the navigation controller stack.It doens't seem to be breaking anything but is there something else I should be doing to avoid the warning?ThanksChris