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 = [...]
Archive for the ‘iPhone SDK’ Category
iPhone SDK – Adding image in TableView
Posted in iPhone SDK on January 15, 2009 | Leave a Comment »
An overview about the iPhone SDK
Posted in iPhone SDK on October 29, 2008 | 3 Comments »
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 [...]