Software engineer by profession, iOS developer by chance, freelancer by luck, Photographer by hobby and dad for my son

You are visitor:

tumblr visit counter

Catching Elephant is a theme by Andy Taylor

 

To suppress the warning, add a #pragma as follows:

NSString *tempMsg;
#pragma unused (tempMsg)

gotosleep/JASidePanels · GitHub

JASidePanels is a UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right. The main inspiration for this project is the menuing system in Path 2.0 and Facebook’s iOS apps.

ksuther/KSImageNamed-Xcode · GitHub

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.