I want to display background image on tableview cell… on that i need to display my data.
How to do that?
@thanks in advance… Any proficient help me out.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do u want set background image for your table or for individual cell in UITableView
If it is for setting the background image then do the following:
where tableName is the name of your UItableView
If you want to set background image for UITableView cell then do the following: