CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
A UILabel implementation that allows easily adding pop-up, context-sensitive help
A demo project showing most of the features is included.
Feedback welcome!
Drag the two RMHelpfulLabel files to your project.
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).
In your Controller toggle the help visibility with a call to [RMHelpfulLabel setHelpEnabled:]
Various customisations exist - check the demo project.
That's it.