4

Possible Duplicate:
How to make half curl animation in iPhone like the maps app ?

I need to implement half page curl in map view exactly like Google map app. I implement UIViewAnimationTransitionCurlUp, UIModalTransitionStylePartialCurl it does not work out exactly like Google map.

Community
  • 1
  • 1
Rams
  • 1,721
  • 12
  • 22
  • Check the following SO post http://stackoverflow.com/questions/3133644/iphone-sdk-4-half-curl-page-transition http://stackoverflow.com/questions/2863049/how-to-make-half-curl-animation-in-iphone-like-the-maps-app – Jhaliya - Praveen Sharma May 14 '11 at 12:34

1 Answers1

5

Use FDCatalog.

enter image description here

Jano
  • 62,815
  • 21
  • 164
  • 192
  • i need exactly like that.but fdcatalog source code not working(FDCurlViewControl missing) – Rams May 14 '11 at 13:27
  • Hi, get the two missing files from here: https://github.com/FairfaxMobile/FDCurlViewControl – Jano May 14 '11 at 16:35
  • This doesn't mimic Apple's Maps app exactly. See http://stackoverflow.com/a/11406125/1148702 or http://stackoverflow.com/a/11406056/1148702 or http://stackoverflow.com/a/11406104/1148702 for my solution to this problem. – Tim Arnold Jul 10 '12 at 03:17
  • FDCatalog have some problem with curl button it will delaying every touches after touches.... – Dilip Manek Jan 18 '13 at 12:39