Hi all,
I am trying to pop a view of the navigation stack but I believe I am doing it incorrectly, my code is:
I think the problem is that the view is not getting releaced properly based on google results but I dont know what to do about it.
The view being popped is a UIViewController with a webview on it. Its superview that I am returning to is a table.
Can anyone tell me where I am going wrong?
I am trying to pop a view of the navigation stack but I believe I am doing it incorrectly, my code is:
Code:
[self.navigationController popViewControllerAnimated:NO];
I think the problem is that the view is not getting releaced properly based on google results but I dont know what to do about it.
The view being popped is a UIViewController with a webview on it. Its superview that I am returning to is a table.
Can anyone tell me where I am going wrong?