memory - iPhone - Blank Screen when Switching VIews -


I have an application that uses drill down view, tabbar, etc. I also support UIImagePicker mapping, as well as Route-Me generally, the application works fine, though, I think if I do a lot of activities and then switch between the scenes, then I will open an empty screen Ends with and my view is not ready My hunch is related to memory, but how can I be sure? Has anyone had to face similar situation? How did you go about improving it? What can i see Thank you for any help!

Steve

You can see maybe being dropped into the background if You have access to the forum, so this is a good thread:

Actually, you need to expect that in the second part of the application, while the iPhone can unload a view which is active (See ViewDownload method). When you switch to that scene, it will call the viewDidLoad again.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -