Feeds:
Posts
Comments

Archive for the ‘iPhone SDK’ Category

In this tutorial, we will try to add image from the left side of table view just like General Settings in iPhone/iPod Touch.
First – Create a string that contains source url of image file like “Image Name” and “Image Type”.Then create an Image using this String. Then upload the image to the cell.
NSString *imgSource = [...]

Read Full Post »

The iPhone SDK was announced officially on March 6, 2008, the first beta release was on July 11, 2008 which demanded a firmware update for all iPhone and iPod users. The SDK continued to develop with time until the Beta3 update to the 2.1 SDK was released on August 8, 2008.
Here is a small timeline.

Date [...]

Read Full Post »