I have a cameraviewController and I would like that when you press the bar button it will open the view with animation like WhatsApp with the circular transition animation.
Hope someone have some tutorial or code for that.
I have a cameraviewController and I would like that when you press the bar button it will open the view with animation like WhatsApp with the circular transition animation.
Hope someone have some tutorial or code for that.
Generally there is a way to write custom transition defined by Apple using custom UIViewControllerTransitioningDelegate. check it here
If you are looking for drop in solution you may check BubbleTransition
Also there is a good library for further custom transitions called Hero.
For general usage of custom transition and tutorial, you can refer to Ray Wenderlich web, where you can find useful tips. Swift custom transitions - Ray Wenderlich