RMHelpfulLabel
A customisable UILabel
implementation that allows easily adding pop-up, context-sensitive help
A demo project showing most of the features is included.
MIT Licensed, so do what you will. I'd love to know if you're using it, and any other feature requests or general feedback are very welcome!
Installation
Drag RMHelpfulLabelh
and RMHelpfulLabel.m
to your project.
Use
Create your UILabel
s 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).
In your Controller toggle the help visibility with a call to [RMHelpfulLabel setHelpEnabled:]
Various customisations exist - check the demo project.
That's it.