How to easily search for image names in Storyboards and Nibs on iOS

311 Views Asked by At

I'm trying to clean out old images on a really big projects - with 5 storyboards and about 20 nibs. What is the best way to easily search the storyboards and nibs to make sure that they do not include the image files I'm trying to delete?

2

There are 2 best solutions below

0
On

If you look at the version editor on a storyboard or nib you will see the backing XML and you can search your image names on that.

2
On

In Project Navigator, right-click your storyboard file --> Open As Source Code. From there, search for the image file names.

Or do a full-text search on all your storyboard files, e.g. in Finder.