Hi all,
I am working on an iPhone/iPad application. I have placed an full screen image and then i have to display transparent tableview on half screen(so that user will show background image). To make tableview transparent i am using following code-
tableView.backgroundColor = [UIColor clearColor]; // working OK on iPhone
but this code is not making tableview transparent on iPad.
Any idea/suggestion.
I am working on an iPhone/iPad application. I have placed an full screen image and then i have to display transparent tableview on half screen(so that user will show background image). To make tableview transparent i am using following code-
tableView.backgroundColor = [UIColor clearColor]; // working OK on iPhone
but this code is not making tableview transparent on iPad.
Any idea/suggestion.