Can i show a Tool tip like this:

Also, I want to show this tool tip when that area is pressed and HOLD. Is there a handler for this gesture?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do that in
didSelectRowAtIndexmethod ofTableViewControllerdelegate method.Look here. It is best implementation to have Popover controllers in iPhone. Download run and integrate into your code and change according to your requirement.