keshiim / ZMJTipView

Fully customisable tooltip view in Objective-C for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZMJTipView

CI Status Version License Platform

Description

ZMJTipView is a fully customisable tooltip view written in Swift that can be used as a call to action or informative tip.

Contents

Features

## Features

  • Can be shown pointing to any UIBarItem or UIView subclass.
  • support for any arrow direction ←, →, ↑, ↓
  • Automatic orientation change adjustments.
  • Fully customisable appearance.
  • Fully customisable presentation and dismissal animations.
  • Support contain custom view.

Example

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

Requirements

Installation

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

pod 'ZMJTipView'

Author

keshiim, keshiim@163.com

License

ZMJTipView is available under the MIT license. See the LICENSE file for more info.

About

Fully customisable tooltip view in Objective-C for iOS.

License:MIT License


Languages

Language:Objective-C 96.5%Language:Ruby 3.5%