Search code examples
iphoneobjective-ciosuitouch

iPhone sdk Tool Tip


Can i show a Tool tip like this:

Screenshot

Also, I want to show this tool tip when that area is pressed and HOLD. Is there a handler for this gesture?


Solution

  • 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.