Background: One of my recent projects required me to setup an ubuntu server on Amazon AWS… Read More… Continue reading How to set timezone to your Ubuntu server
Moving or relocating a git repository to a new server
If you or your company decides to move git repository to a new server location,… Read More… Continue reading Moving or relocating a git repository to a new server
How to split NSString at uppercase letters
In course of developing one of the applications, I came across a requirement where I… Read More… Continue reading How to split NSString at uppercase letters
Two ways to load custom UITableViewCell from nib
Create a custom class subclassing UITableViewCell. Make sure to check the nib check box. Add… Read More… Continue reading Two ways to load custom UITableViewCell from nib
How to get Device Model in Objective-C
In one of my recent apps, I was required to track usage of application based… Read More… Continue reading How to get Device Model in Objective-C
How to use iPhone contacts in your own application
In this how to series, I have come up with yet another code snippet, which… Read More… Continue reading How to use iPhone contacts in your own application
How to save current screen to iPhone library
Here is a quick post, in which I am posting a quick snippet to capture… Read More… Continue reading How to save current screen to iPhone library
Using NSUserDefaults in iPhone app – Interesting fact.
In one of my projects, I was using User Defaults for the first time. Then… Read More… Continue reading Using NSUserDefaults in iPhone app – Interesting fact.
Merging two images in objective-c
While researching about image manipulation for my next project, I came across an interesting piece… Read More… Continue reading Merging two images in objective-c
Date formatting in Cocoa
“Date formatters format the textual representation of cells that contain date objects (including Gregorian dates),… Read More… Continue reading Date formatting in Cocoa