Are there any third-party libraries to do cool view transitions in iPhone OS?

后端 未结 2 1758
南旧
南旧 2021-01-30 07:30

I don\'t really like that flip-transition. It\'s boring. I\'d like to see something cool, like water effect, fog, or whatever. Is there something available or do I have to (re)i

2条回答
  •  北海茫月
    2021-01-30 08:31

    The iPhone SDK comes with a whole bunch of built in animations. rpetrich listed some of them and I do believe that there are more.

    For example using the UINavigationController class provides stock animation which, while simple, is quite effective.

提交回复
热议问题