I have a problem with the transition animation between two storyboard controllers. I have a singleView project with two view controllers in the storyboard.
Now I wand to make a custom transition animation:
- my current view controller should disappear to the left
- the new view controller should come from the right
I have already a UIStoryboardSegue
class.
But what should I write in the -(void)perform{}
method??
Thanks a lot,
Jonas.