KSImageNamed-Xcode
KSImageNamed-Xcode
非常的给力的XCODE图片浏览插件;
What is this?
Can't remember whether that image you just added to the project was called button-separator-left
orbutton-left-separator
? Now you don't have to, because this will autocomplete your imageNamed:
calls like you'd expect. Just type in [NSImage imageNamed:
or [UIImage imageNamed:
and all the images in your project will conveniently appear in the autocomplete menu. You'll even get a handy preview of the image you're about to select.
How do I use it?
Build the KSImageNamed target in the Xcode project and the plug-in will automatically be installed in~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
. Relaunch Xcode and imageNamed:
will magically start autocompleting your images.