ZGTooltipView 2.2.0

ZGTooltipView 2.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2018
SPMSupports SPM

Maintained by Zigzag968.



  • By
  • Alexandre Guibert

ZGTooltipView

[![CI Status](http://img.shields.io/travis/Alexandre Guibert/ZGTooltipView.svg?style=flat)](https://travis-ci.org/Alexandre Guibert/ZGTooltipView) Version License Platform

Example

Screenshot

To run the example project, clone the repo, and run pod install from the Example directory first.

How to use ?

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

Requirements

Installation

ZGTooltipView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ZGTooltipView"

Author

Alexandre Guibert, [email protected]

License

Tooltip view for iOS ZGTooltipView is available under the MIT license. See the LICENSE file for more info.