balitax / ZGTooltipView

Tooltip view for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, alexandre@evaneos.com

License

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

About

Tooltip view for iOS

License:MIT License


Languages

Language:Swift 94.0%Language:Ruby 6.0%