Software engineer by profession, iOS developer by chance, freelancer by luck, Photographer by hobby and dad for my son
You are visitor:
Catching Elephant is a theme by Andy Taylor
To suppress the warning, add a #pragma as follows:
NSString *tempMsg;
#pragma unused (tempMsg)
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.
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.
Ordered NSMutableDictionary subclass for a special scenario.