tags:

views:

35

answers:

1

how to use tooltip in objective C?

A: 

Not all objects support ToolTips, those that do typically have the common tooltip / setToolTip methods to deal with them programatically. Typically you set them / localize them through IB, at least that's how the projects I have worked on in the past have done it.

peelman