All Questions
Tagged with ecslidingviewcontroller animation
5 questions
0
votes
0
answers
97
views
UIImageView stops animating with ECSlidingViewController
I'm doing simple animation in topviewcontroller using UIImageView like this...
animatedImageView = [[UIImageView alloc] init];
animatedImageView.autoresizingMask = ...
1
vote
0
answers
71
views
ECSlidingviewcontroller-2 : Trying To Achieve Bounce Animation
I'm using ecslidingviewcontroller 2 and i'm trying to make a bouncy animation when open the off-canvas menu or close it ..
I know it should be in the method
- (void)animateTransition:(id <...
0
votes
2
answers
625
views
ECSlidingViewController Remove Bounce Animation when selecting menu item
When you open and close the menu with the button it just snaps shut, however, when you click on an item withing the menu it bounces to the other side and then back again.
Although this is a nice ...
0
votes
1
answer
275
views
ECSlidingViewController animation to achieve bouncing effect
I can't find an example of resetTopViewWithAnimations being used anywhere. The sample app doesn't use animations, and every forum I've seen doesn't mention how to actually implement animations using ...
4
votes
5
answers
3k
views
ECSlidingViewController problems with topview animation
I'm using ECSliding and I have this problem!
In my project there are this files:
InitViewController (ECSlidingController)
FirstViewController (UIViewController)
SecondViewController (...