Specifies a transition to apply to a `UIView` in an animation block.
Questions tagged [uiviewanimationtransition]
407 questions
-3
votes
2 answers
How to do view transition like setting of system iOS?
I have a problem and I have no idea for that...
I want change interface like setting:settings.gif
I do not know even the key word to search it in the internet...
I used "interactive transition" and "gesture interactive" etc... but I can not find a…

user2262304
- 329
- 1
- 3
- 10
-3
votes
1 answer
ios how to remove a subview after the animation is finish ( animationDidStop )
I have few subviews responding to the same animation. I want remove the the subview after the animations has finish (animationDidStop ). Is a way to detect what subview was animated in animationDidStop ?
in this particular case:
if ([animationID…

Juan
- 627
- 2
- 9
- 27