alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

Loading Views during animation #28

Closed azplanlos closed 8 years ago

azplanlos commented 11 years ago

I have a horizontal scrolling EasyTableView with a couple of UIImageViews with no user interaction. I scroll the content of my EasyTableView by using:

[UIView animateWithDuration:10 animations:^{ [easyTableView setContentOffset:CGPointMake(500, 0) animated:NO];}];

but when new views get loaded during this animation scroll I see the Images rotating into position slowly.

alekseyn commented 8 years ago

EasyTableView was just recently updated. The interface has changed slightly so you may need to make changes to your code to support EasyTableView 2.0. Please update and let me know if the same behavior still exists. Thanks.