If both the other options didn’t work try this
UIView *backView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease];
backView.backgroundColor = [UIColor clearColor];
cell.backgroundView = backView;
Related Contents:
- Adding the little arrow to the right side of a cell in an iPhone TableView Cell
- Select tableview row programmatically
- Default height for section header in UITableView
- How to resize a tableHeaderView of a UITableView?
- Using [UIColor colorWithRed:green:blue:alpha:] doesn’t work with UITableView seperatorColor?
- UISwitch in a UITableView cell
- How to make a cell on a UITableView not selectable?
- Removing cell borders from a section of grouped-style UITableView
- How to scroll UITableView to specific position
- How do I remove the borders of a UITableView?
- What’s the UITableView index magnifying glass character?
- UITableView issue when using separate delegate/dataSource
- How to give space between two cells in tableview?
- UITableView does not automatically deselect the selected row when the table re-appears
- Detect the current top cell in a UITableView after scrolling
- How do I draw a shadow under a UIView?
- How to disable scrolling in UITableView table when the content fits on the screen
- How do I enter RGB values into Interface Builder?
- What’s the difference between using CGFloat and float?
- Changing my CALayer’s anchorPoint moves the view
- How to set the UITableView Section title programmatically (iPhone/iPad)?
- How do I make UITableViewCell’s ImageView a fixed size even when the image is smaller
- Can I write native iPhone apps using Python? [closed]
- Is there a documented way to set the iPhone orientation?
- Round double value to 2 decimal places
- iPhone: Show modal UITableViewController with Navigation bar
- NSTimeInterval to HH:mm:ss?
- MKMapView Zoom and Region
- IPhone/IPad: How to get screen width programmatically?
- Alignment UIImageView with Aspect Fit
- Limit the number of lines for UITextview
- Installing a configuration profile on iPhone – programmatically
- Objective C HTML escape/unescape
- Can I use setFrame and autolayout on the same view?
- Custom font in a storyboard?
- UIMenuController not showing up
- How to make Supplementary View float in UICollectionView as Section Headers do in UITableView plain style
- Class is not key value coding-compliant [duplicate]
- Keep uitableview static when inserting rows at the top
- UITableView background Image
- Disable UITextField keyboard?
- How do you implement global iPhone Exception Handling?
- Changing background color of selected cell?
- How to dynamically resize UITableViewCell height
- Can you make the settings in Settings.bundle default even if you don’t open the Settings App
- How can I reset the NSUserDefaults data in the iPhone simulator?
- UITableView Scroll event
- How to unselect a uitableview cell when the user returns to the view controller
- Removing a view controller from UIPageViewController
- Creating a horizontal line