I added UITabBarViewController
to my app and added five ViewControllers
. Each VC
to one of the TabBarItems
. And all of this is working good. But for the third view
is made for user to input some data, so I want it to be presented as temporary VC
. The usual transition for temporary VC
is crossdisolve. This brings the VC
up from the bottom.
So my question is how can I make this animation for transition between TabBarItems.