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?
You can do that in didSelectRowAtIndex
method of TableViewController
delegate 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.