-1

I'm new to iOS programming so maybe my question is dumb but I have a tableView which doesn't bounce and when I scroll downwards the first section of my tableView stays in place while the section and all the content scrolls.

I don't know what to do in order to have the first section moving as well...

Edit : Actually it's the first header that doesn't move with the rest.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Ozymandias
  • 89
  • 1
  • 1
  • 6

1 Answers1

0

The only reason this is happening, from what i've seen is because your first, cell will be more appropriate word, instead of section, is because it is a header of the section,if i'm wrong, some code will be helpful

sken3r.MI
  • 478
  • 3
  • 11