iphoneuitableviewinterface-builderios-3.x

Grouped UITableView shows weird square border


I am having a weird issue with a grouped UITableView. It shows a square border only on one of the views in the app, and only on the terminal that has iOS 3.1.3. Here you have an screenshot of the thing:

enter image description here

I am setting it up only through the Interface Builder, here are the settings:

enter image description here

The rest of the table views that are similarly set up in the app work just fine.

Does anyone have a clue about what might be causing this?

EDIT:

Setting the background color to clear color caused this: enter image description here


Solution

  • This problem troubled me too. I too asked this question on bStackOverflow. Check it out. It is the right solution.