Storyboard Controllers not Deallocating
问题 My Initial View Controller of the storyboard load another view controller using performSegue:withIdentifier method which in turn loads some other controller using same performSegue:withIdentifier method. However, neither the initial view controller nor the second view controller are deallocating. They both tend to have a reference count of 1 as seen via instruments. I need to send user back to first controller when he logs out of application. The only way I have figured so far is to use