I have an iPhone app which has a menu. Each menu item will take you to another page. I would like to know how to perform simple animations page transitions (fade in/out, slide). Is this possible within interface builder or do I need different software?
Asked
Active
Viewed 345 times
-1

Marc Charbonneau
- 40,399
- 3
- 75
- 82

user559142
- 12,279
- 49
- 116
- 179
-
3your question text is different from the title... – Rad'Val Jul 07 '11 at 15:30
-
Yes, yes, hot dog, hot dog, yes sir, no sir, maybe ok. Did that make sense to you? Please change the question title. – Pripyat Jul 07 '11 at 16:41
-
yea you decided to get a hot dog and....tw@ – user559142 Jul 08 '11 at 00:15
-
See this [post](http://stackoverflow.com/questions/2337408/addsubview-animation) – eazimmerman Jul 07 '11 at 16:07
1 Answers
-1
Anyhow, we can do this programmatically.
Pl. look at this a link

Ilanchezhian
- 17,426
- 1
- 53
- 55
-
The code at that link contains multiple errors and omissions. It was clearly never tested at all; ignore it. Instead see the post linked to in the comments above, or perhaps [this one](http://stackoverflow.com/questions/630265/iphone-uiview-animation-best-practice). – Joe Strout Mar 21 '12 at 14:21