I want to click image and open like when we click on book in bookshelf in iBook. Just simple flip , not to curl.Animate like we open hard-cover book :)
Could you guide me what call is that ?? or Could you guide me how to do that ?
You can try this Apple example https://developer.apple.com/library/ios/#samplecode/ViewTransitions/Introduction/Intro.html
It requires ios5 though.
But example basically uses UIView method
transitionFromView:toView:duration:options:completion:
that is available in ios4. Here is a link for it: Apple docs