[![CI Status](http://img.shields.io/travis/Alexandre Guibert/ZGTooltipView.svg?style=flat)](https://travis-ci.org/Alexandre Guibert/ZGTooltipView)
To run the example project, clone the repo, and run pod install
from the Example directory first.
Just create a tooltip by calling :
ZGTooltipView(direction: .bottom, text: "Lorem ipsum", originView: originView, removeOnDismiss: false),
You can use these directions :
.Top, .Left, .Right, .Bottom, .TopLeft, .TopRight, .BottomLeft, .BottomRight
ZGTooltipView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ZGTooltipView"
Alexandre Guibert, [email protected]
Tooltip view for iOS ZGTooltipView is available under the MIT license. See the LICENSE file for more info.