Amir J
Amir J

Reputation: 123

View transition

In modalTransitionStyle there are currently 4 existing styles, I am wondering how can I program my own transition?

I have seen this app called flipboard and it's got this amazing transition , any help would be highly appreciated

A

Upvotes: 1

Views: 207

Answers (2)

Maksim
Maksim

Reputation: 2052

I would recommed you to look at this tutorial and this stackoverflow question's answers.

Upvotes: 0

Andrey Kuznetsov
Andrey Kuznetsov

Reputation: 843

You may animate transition programmatically in viewDidAppear/viewWillDisappear methods any way you like. However you should do it for each view with custom transition.

Upvotes: 1

Related Questions