Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8171925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:37:00+00:00 2026-06-06T21:37:00+00:00

i want to set image on cell .When i select that cell then only

  • 0

i want to set image on cell .When i select that cell then only i want to pass image on it i have 3 section in tableview,
first section i have 1row.Second section i have 3row and third section i have 1 row so how to call selected image on cell .If i cliked any cell

i try thi code but it working but i am showing lable also with red color if this view appear on cell background then it hide the label bacground red color only i can see text which is coming on that label but label background color i can’t see why this happen .
i put this code in cellfor row at indexpath method

UIView *viewSelected = [[[UIView alloc] init] autorelease];
viewSelected.backgroundColor = [UIColor whiteColor];
cell.selectedBackgroundView = viewSelected;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:37:02+00:00Added an answer on June 6, 2026 at 9:37 pm

    you can accomplish this in didSelectRowAtIndexPath method…..

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
     UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    switch ([indexPath.section]) {
        case 0:
        {
           switch ([indexPath.row]) {
               case 0:
               {
                 [cell.imageView setImage:[UIImage imageNamed:@"imageName.png"]];
                break;
               }
           break;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to increase the size of cell image which I have set like
I want set the background image for cell. I have already set the background
i want have an image and i want to set it as a background
I have an image with height 173px and width 157px .I want to set
I want to put some background image for TableView row cell. I am using
I want to set a different image for each cell of my table view.
I have a GridView on my page. I want to set a cell click
I have to create a button programmatically, and set an image background at that
I want to show image in each tableView's cell at middle of it for
i want to display an image besides the text in table cell. i have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.