MMPopLabel
MMPopLabel copied to clipboard
A popping label with optional buttons, useful for tutorial-like tips
If I want to pop the tooltip for a view which is embedded in a tableview, the MMPopLabel is really small. Does anyone have the same Problem?
This pull request corrects the capitalization of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).
Hi, I did a change regarding the way the center position of the pop label is computed. Previously it did not work to show a pop label against a UIBarButtonItem...
On the iPad, the bubble is increased in size. That is okay. But the little arrow is not shown on the iPad but is on the iPhone.
Hi. I added a new method for specify label position to up side force. Thank you.
Is it possible to use this on a UITableViewCell, and if so, how? simply calling `popAtView:` with the parameter `[self.tableView cellForRowAtIndexPath:indexPath]` causes graphical glitches
Basically your popAtView function doesn't pop at the right place.
prevents an unrecognized selector being called on your delegate
Awesome pod, thanks! I added a delegate to give more control over when the pop label is dismissed.
With animated parameter the ugly popup animaton can be disabled. Please review. Thanks