Skip to main content

Posts

Showing posts from February, 2013

Mobile App Marketing Tools

Market Research Mockups/Prototyping UI Galleries Localization Mobile App Testing User Feedback/CRM SDKs In-app Analytics SDK Marketing Analytics Push Notifications Affiliate Programs App Websites & Landing Pages App Store Optimization App Downloads & Revenue Tracking Getting Press Ad Networks Promo Campaigns Expert Advices Apptamin

KSImageNamed: Xcode autocomplete for imageNamed

Can't remember whether that image you just added to the project was called button-separator-left or button-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. GitHub