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 6573417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:07:49+00:00 2026-05-25T15:07:49+00:00

In my application, i am presenting an UITableViewController class (Grouped style) to the user

  • 0

In my application, i am presenting an UITableViewController class (Grouped style) to the user for the particular scenario. I want to show the table view’s cells only. The background should be transparent so that the user can see the previous page.

I tried with the following codes in viewDidLoad method of the table view controller. But they are not working..

self.tableView.backgroundColor = [UIColor clearColor];

self.tableView.opaque = NO;

self.tableView.backgroundView = nil;

Is it possible to show the cells with a dimmed background?

Thanks in Advance

  • 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-05-25T15:07:50+00:00Added an answer on May 25, 2026 at 3:07 pm

    I use: (in viewDidLoad)

       self.tableView.backgroundColor = [UIColor clearColor];
        self.tableView.opaque = NO;
    

    Then in cellForRowAtIndexPath:

    cell.textLabel.backgroundColor = [UIColor clearColor];
        cell.detailTextLabel.backgroundColor = [UIColor clearColor];
        cell.backgroundColor = [UIColor colorWithWhite:1 alpha:.55];
    

    Not sure if this is what you wanted, but it gives you the option to make everything clear. (obviously the alpha would change for your case, but that measures theo pacity of the cells)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

part of the application am developing is presenting a form to the user and
I'm writing my first Yesod app. The application involves the user selecting to view
Application is asp.net MVC. I want to put a textbox for date using mask.
In my application, I'm presenting a modalViewController with a navigationbar on the top of
I have an asp.net mvc application and I have a page for presenting meteo
How could I go about presenting a Windows Phone 7 application with a laptop?
I'm exploring the possibility of presenting a visual interface to users of an application
I'm working on an application that has a view hierarchy that is very similar
I have a tab bar application and when I display a modal view controller,
Has Presenting modal view controller in iOS 4.3 for iPad changed? I created a

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.