Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to show a tooltip in an iOS app?

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.

like image 867
user1184202 Avatar asked Mar 16 '12 03:03

user1184202


People also ask

Can you do tooltips on mobile?

Tooltips aren't just for web—they're one of the most popular and effective UI patterns for mobile apps, too.

How do you display a tooltip?

Set a ToolTip in the designerIn Visual Studio, add a ToolTip component to the form. Select the control that will display the ToolTip, or add it to the form. In the Properties window, set the ToolTip on ToolTip1 value to an appropriate string of text.

How do I show tooltip on IPAD?

In touch device, it will show the Tooltip content when tap and holding on the target element. If you set openOn as hover, then tooltip will be open when touching the target element of Tooltip.

What is tooltip in application?

What Is a Tooltip? A tooltip is a UI element and type of in-app messaging that overlays on a screen when a user interacts with a specific element on a page or app. They can be triggered by a mouse hover, login, or any other activity within a product interface.


1 Answers

There are a few ways you can do this, however I have had luck with the CMPopTipView project. As far as tool tips go its a good fit for tutorials and similar events.

Tooltip example

Is this what you were looking for?

like image 85
Devin M Avatar answered Oct 19 '22 19:10

Devin M