enormego / EGOTableViewPullRefresh

A similar control to the pull down to refresh control created by atebits in Tweetie 2.
http://developers.enormego.com
3.26k stars 878 forks source link

Section titles stop at the wrong location #8

Closed ryanwilliams closed 13 years ago

ryanwilliams commented 14 years ago

Because 'contentInset' is used to adjust the padding when loading data the section headers are also pushed down by the same amount.

Another symptom of the same issue is when using 'sectionIndexTitlesForTableView' to show an index down the right side, the index gets squashed down by the contentInset amount.

Screenshot below. Notice the "A" section header has stopped because it thinks its reached the top of the scrollview and the sectionIndex has been squashed down too.

http://i.imgur.com/divYk.png

YohannsMonnier commented 14 years ago

We have the same problem here, is there a way to correct it ?

seboslaw commented 14 years ago

I second (or third) this issue! Has any of you guys found a workaround?

ptz0n commented 13 years ago

Same issue here. Let's get this right?

(Gowalla etc. having the same problem too)

devindoty commented 13 years ago

This issue has fixed in the latest commit.