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

  • Home
  • SEARCH
  • 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 1111567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:34:04+00:00 2026-05-17T02:34:04+00:00

In IB, on the .xib where the file’s owner is a subclass of UITableViewController,

  • 0

In IB, on the .xib where the file’s owner is a subclass of UITableViewController, the structure of a cell that I wish to load from the xib is:

(UITableViewCell)cell->(UIView)View->(UIButton)but1,but2,but3.

I am trying to have the buttons appear on the table without the frame/background of the cell.

I’ve made the cell’s background and its View’s background clearColor, but what I get now is a black background on the cell (with the rounded corners), like so:

alt text

Because of the striped nature of the tableview’s background, if I choose that same background for the cell then the stripes won’t align perfectly, so it is not acceptable. I just need the damn cell to be translucent, I don’t know where the black is coming from.

Any ideas?

  • 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-17T02:34:04+00:00Added an answer on May 17, 2026 at 2:34 am

    Got it. Thought I’d post it if anybody else is in the same plight:

    UIView *backView = [[UIView alloc] initWithFrame:CGRectZero];
    backView.backgroundColor = [UIColor clearColor];
    cell.backgroundView = backView;
    [backView release];
    

    Now it looks like this:

    alt text

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

Sidebar

Related Questions

I have a view called MyViewController, that I initialize from a xib file. Its
In my xib file I have some View. And I have PainView class (UIView).
I have a view in the xib file, I want to put that view
From my viewcontroller view I am loading a xib file. I want this view
I have a XIB file (view) that has a toolbar and a view right
I have successfully loaded a view from an xib file on to a window(another
I am working on my signInViewController.xib file and I accidentally disconnected the view from
How can I load a nib/xib file within a web view in Cocoa?
I have a View Controller inside my MainWindow.xib file that loads the nib Cover
I am loading a xib file from my viewcontroller which has a table view.

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.