TWcode
TWcode

Reputation: 823

Custom modal transition style?

I was wondering if there is a way to have a vertical or a carousel effect style for model transition style? I'm switching between multiple views.

Upvotes: 0

Views: 6471

Answers (2)

ader
ader

Reputation: 5393

iCarousel might suit your needs:

http://www.charcoaldesign.co.uk/source/cocoa

it's really good.

the four modal transition styles available in ios at present are:

UIModalTransitionStylePartialCurl
UIModalTransitionStyleFlipHorizontal
UIModalTransitionStyleCoverVertical
UIModalTransitionStyleCrossDissolve

Upvotes: 0

memmons
memmons

Reputation: 40502

There is a really good open-source solution over at github called HGMLTransitions:
https://github.com/Split82/HMGLTransitions

It's fast and built on OpenGL. Here's a video of it in action:
http://www.youtube.com/watch?v=69TbdU5uJvU

Upvotes: 2

Related Questions