PDA

View Full Version : How to fill the color in sections of table.




sandhya.rai
Jun 3, 2009, 08:20 AM
Hi,

I want to know how to fill the color in section's of tableview programatically.



Thanx in Advance
sandhya rai



jnic
Jun 3, 2009, 08:25 AM
Try here: http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/Introduction/Introduction.html

Table cells are UIViews in their own right, so the approach for coloring them in is the same.