mirror of
https://github.com/zhigang1992/IOS7ScrollViews.git
synced 2026-04-29 12:35:25 +08:00
Fix missing method
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
center.y += MIN(scrollDelta, scrollDelta * scrollResistance);
|
||||
item.center = center;
|
||||
|
||||
// [_dynamicAnimator updateItemForCurrentState:item];
|
||||
[_dynamicAnimator updateItemFromCurrentState:item];
|
||||
}
|
||||
|
||||
return NO;
|
||||
|
||||
Reference in New Issue
Block a user