itgiawa
itgiawa

Reputation: 1616

Change animation in page-based application UIPageViewController

If you make a page-based application (using UIPageViewController) in xcode 4.3.1 and iOS5 you get a nice page turn animation by default (like in iBooks). I'd like to replace this animation with a sliding animation, like the weather app or the stock market app. How can I do this?

Thanks!

Upvotes: 0

Views: 941

Answers (1)

Léo Natan
Léo Natan

Reputation: 57060

What you are looking for is a UIScrollView with the paging property set to YES. You can find a nice example here.

Upvotes: 1

Related Questions