-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Could you add a feature to set animation options?
I want to set UIViewAnimationOptionCurveEaseInOut option during animating.
I tried out with the below code, but It didn't work properly.
[UIView animateWithDuration:.5
delay:0
options:UIViewAnimationCurveEaseInOut
animations:^{
[scrollView setContentOffset:offset animated:NO];
} completion:nil];
I think it cannot create a new view in the animation block.
It will be awesome if you implement this feature.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels