1

I have a plain UITableView displayed in a UIView class.

When scrolling to top or bottom it displays white padding.

There are no header\footer views to this table.

This problem occurs only in iOS7.

Here is a screen shot of how it looks

enter image description here

[You can see the white rectangle above digit '1'. I have the same at the bottom]

So far I have tried:
1. tweaking the contentInsets' - it worked, BUT it disabled the ability to scroll the table.
2. UnCheck the "Top Bars", "Bottom Bars" and "Opaque Bars" attribute in IB - Didn't help.

and other stuff that where offered in other posts.

Any idea?

Piyush
  • 158
  • 2
  • 14
Shvalb
  • 1,835
  • 2
  • 30
  • 60
  • Check also the adjust scroll insets from IB. Especially if your table view is the first view in your view controller's view. – danypata Nov 09 '13 at 18:42
  • I've tried setting scrollInsets - it did nothing! – Shvalb Nov 09 '13 at 19:35
  • Check out this [question](http://stackoverflow.com/questions/18880341/why-is-there-extra-padding-at-the-top-of-my-uitableview-with-style-uitableviewst?rq=1) – Niraj Nov 09 '13 at 20:28

0 Answers0