/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[UIView transitionWithView:containerView duration:0.2 options:UIViewAnimationOptionTransitionFlipFromLeft animations:^{ [fromView removeFromSuperview]; [containerView addSubview:toView] } completion:NULL];