I have downloaded TableView sample code '4_TableViewCellSubviews' from internet. I am trying to run this program in my way. I am trying to set my own background view color as 'lightgraycolor'. I just wanted to see the background view as lightgraycolor in this application. I don't want to make any color for TableView. i.e i want to give gray color only for the background view, not for the background of table. When i provide the code for that as '[self.view setBackgroundColor:[UIColor lightGrayColor]];' , it is changing the color for the entire table as well. But i am trying to set Color only for the view which besides on the Table. How to set background color only for the background view and not for the TableView. I know that the code which i provide to set the color background view is perfect. But., Could someone who came across with this problem, provide me suggestions what are the possibilities that we would get to occur with this issue and solution for this?
I have kept the sreenshot at the following location:
http://www.quickfiles.net/894107
NEED URGENT HELP..WAITING FOR THE SOLUTION BY GIVING YOUR PRECIOUS SUGGESTIONS...
I think most you all have misunderstood my problem. I want to have color on the space when we scroll DOWN the Table we see a empty space on the top in the background of tableview. For example, download a free news application called, "BusinessWeek". You can launch this app in your iPhone device. You can see the home screen and scroll DOWN the table there. You can see the background color as Gray color of the Table. I want to do the same way, please let me know what should i do for that?
Clave/