iosobjective-cxcodeunmanagedresources

What is your way of cleaning up image resources in a project


I'm doing a huge cleanup in my project, getting rid of old image resources. The way i do it is to go through every resource and search the code for a match on the resource name. how do you do it?


Solution

  • I found this to be quite helpful: Tool for finding unused images within an excode project