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
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
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
How to show UIWebView without background
I was working on an iPhone app, when I came across a problem, where I… Read More… Continue reading How to show UIWebView without background
How to set specific year/month/date/time into UIDatePicker control
While working on a date picker control I encountered a problem, where I was supposed… Read More… Continue reading How to set specific year/month/date/time into UIDatePicker control
How to show UIPopover control with header bar and title
In iPad, we have a new control called UIPopover. This control shows up as an… Read More… Continue reading How to show UIPopover control with header bar and title
How to access remote MySql database from localhost
I had this requirement from long to access my remote MySql database (hosted on some… Read More… Continue reading How to access remote MySql database from localhost
iPhone – How to find height of a label for dynamic string in it.
Here is a small but very useful function, which gives height of a label for… Read More… Continue reading iPhone – How to find height of a label for dynamic string in it.