Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iLoveDeveloping

Suspended
Original poster
Sep 24, 2009
596
2,366
Ireland
Hello,

Just wanted to know if there is any way to create the "peel back" map view for other Application View windows when you say, go from one screen to the next! I have 1st view, then i press "Next" and the page Peels away to reveal the next page underneath it (well, next screen, but it looks like the other screen was under it..) Any code that does this? I can only seem to do the standard screen wipe. Thanks guys..

Here is a Screenshot of what i mean...

iphone-google-maps-v113-3.png
 
UIViewAnimationTransition does have a UIViewAnimationTransitionCurlUp mode for use with UIView's setAnimationTransition:forView:cache: class method, but I think if you want something where the view is not entirely replaced with the new one and still shows partially, you're probably gonna need to roll your own. I understand there are possibly APIs calls that do this but they are undocumented and, thus, unsupported.
 
Thats not good, well, (Exactly what i was looking for thank you SO very much!) But it looks like Apple don't allow you to use this animation?! That is really not fare!! It's like, ok, we (Apple) can have all the cool looking Apps for ourself but if one of you tries to make them look like this your not getting into our store!!! WTF!!! :mad:
 
I agree, but remember with the 3.0 update they came out with over a thousand new api's? So maybe with the next update they will have this for you.

Of, you can build your own animation.
 
That is really not fare!!
Life is "unfare". ;)

It's like, ok, we (Apple) can have all the cool looking Apps for ourself but if one of you tries to make them look like this your not getting into our store!!! WTF!!! :mad:
Well, this is a tricky area. Sometimes developers are able to code their own cool looking apps that work the same way and get them approved. Other times, Apple feels your feature too-closely mimics one of their own features and the app is rejected because it'll "confuse the consumer". Take the case of the app that was rejected for having chat bubbles that looked to similar to the Messages' ones.

And consider that Apple may have other reasons for not making this part of the API public yet. For example, there are some bugs with it that they are currently able to workaround but are not wanting the developers to have to deal with... yet.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.