I have a view which is slideshow settings, and another view which has a slideshow. Unfortunately, these views conflict because they are still in memory.
As far as I know, viewDidUnload and dealloc are only called in low-memory situations, and dealloc should not be called directly, so how do I completely remove a view. These views are within uinavigationcontrollers by the way.