views:

67

answers:

2

According to the iPhone doc this particular modal transition is available for iOS version 3.2 and up. Yet i know my phone (running 3.1.3 i think) can do this curling transition because of the Google Maps app.

Is there another way/trick to get this curling transition for iOS versions < 3.2 ?

Thanks!

A: 

The UIModalTransitionStylePartialCurl was a private API before 3.2. In 3.2 it was documented and made public.

I would think that if you link against SDK 4.1, but target 3.1.3 devices, the app won't be rejected by Apple.

pgb
I haven't submitted it yet, so i dont know if there's any reason to assume it would be rejected. All I know is that under the simulator the transition effect works, but on the device it doesnt.
AlvinfromDiaspar
THe device is a 3G running iOS 3.1.3 i believe. Hmm, i guess this answers my question - I should upgrade to iOS 3.2!
AlvinfromDiaspar
you might have a little trouble upgrading an iPhone to 3.2.
zem
A: 

cant upgrade to 3.2, its ipad only

jason