I have found some big memory leaks with instruments but have no idea how to figure out where in my code they are. Need some tuts on how to go about ...
When viewing images my application hums along nicely with low memory consumption, once I try to watch a video using MPMoviePlayerController memory usage spikes way up, dwarfing the previous memory graph ...
Are there good video tuts that show how to use this Object Alloc instrument to figure out if my objects and other stuff get freed from memory? Also, I have a ...
I'm using the following code (inside a view controller in a tab bar application) to play video loaded from the main bundle after a user selects a table row.
In ipad when video played using MPMoviePlayerController large memory allocated . That memory is released if the video played to the end ,but when navigate away from the view without the ...
i have a video app which downloads and save many videos using NSURLConnection.
I want to know if there is any code of checking if there is enough memory for saving all ...