quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
873 stars 121 forks source link

Cell recycling (UITableView or UICollectionView) are broken #18

Open ebuildy opened 10 years ago

ebuildy commented 10 years ago

I see you expand the UITableView to its full height, so all the cells will be rendered in one time!

That mean we cannot use this super cool effect if we have too many rows (especially with remote images inside) ;-(

Why you didn't use the Scroll of the bottom UITableView (or UICollectionView)?

JumpForward-Mobile commented 10 years ago

Could you be more specific?

markst commented 10 years ago

@ebuildy: I also experience this. I'm not sure if there's a very straightforward fix, since it's the way this class has been architectured.

mmarkov-appolica commented 9 years ago

When this will be fixed?