RMHelpfulLabel 1.0.0

RMHelpfulLabel 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Robin Macharg

A UILabel implementation that allows easily adding pop-up, context-sensitive help

A demo project showing most of the features is included.

Demo image 1 Demo image 2

Feedback welcome!

Installation

Drag the two RMHelpfulLabel files to your project.

Use

Create your UILabels as usual in Interface Builder. Set their custom class to RMHelpfulLabel and add a couple of User Defined Runtime Attributes in the inspector: helpText (mandatory) and helpTitle (optional).

User Defined Runtime Attributes

In your Controller toggle the help visibility with a call to [RMHelpfulLabel setHelpEnabled:]

Various customisations exist - check the demo project.

That's it.