iphone - Why doesn't initWithRootViewController retain the viewController Class that is passed into it? -
I have a custom view controller called the source list ViUI controller, and I am adding it to a UI navigation controller After I have added the sourceListViewController to the window of the iPhone app window, the sourceListViewController, I have released the sourceListViewController. I
You are autoreleasing navigation controllers, so if the navigation controller is autoreled (which may be in the next ringalp Will be) then the source list will be the VC.
Comments
Post a Comment