I have a strange problem here. I have a navigation controller set for 2nd tab and if user taps on 1st tab and taps on 2nd tab, then when user taps I am poping to root view controller with out animation. The strange problem I am facing here is if I set animation bool value to YES then the app will not crash else it will crash. The crash says I am calling "respondsToSelector:" method is called in one of the controller from the stack which successfully gets deallocated when I make a pop call. I am not understanding if animation to NO for the above it crashes. Can some one shed light on this issue?
Thanks