Is there a way/tool to check memory leak of Cocoa Touch project? or I need to write the codes by myself.
Thanks
interdev
Is there a way/tool to check memory leak of Cocoa Touch project? or I need to write the codes by myself.
Thanks
interdev
Try running "top" in the terminal while your application is running and look for a memory allocation blowing up?