iPhone Development: Set BackgroundColor of UITableView transparent in IOS7

UITableView is the most common control used in iPhone app development.It basically used for displaying a list in our iPhone application. Though you can customize it  in many different ways as per your app.To set background color of your UITableView as transparent, we can use table.backgroundColor = [UIColor clearColor]; The above line of code works […]

iPhone Development: Set BackgroundColor of UITableView transparent in IOS7 Read More »