I want to show a tooltip whenever user clicks an image in my app. I just want to know whether it is possible to show tooltip in an iOS app.
You are looking for UIMenuController
Since iOS 3.2 you can add your own menu items to the editing menu via the menuItems property.