How to set UITableView background Image ?
Hi, Setting a background image to the UITableView will make it looks great! Use the following code to set a background image to a UITableView. Here ‘urTblView’ is your UITableView. 🙂
Hi, Setting a background image to the UITableView will make it looks great! Use the following code to set a background image to a UITableView. Here ‘urTblView’ is your UITableView. 🙂
Hi, Use the following line of code to convert NSData to NSString in iPhone/iPad using Objective C. Here ‘yourData’ is your NSData which you want to convert to NSString. 🙂