ToolTipNavigation 1.0.3

ToolTipNavigation 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2020

Maintained by akuraru.



ToolTipNavigation

This library is a library for managing the display of CMPopTipView. Such as tutorial, you used when you want to display a pop tip with a series of flows.

gif

Version License Platform

Usage

Set String you want to display the tool tip to altAccessibilityHint of each View. [[ToolTipNavigation sharedManager] showInViewController: self]; please have the call.

self.button.altAccessibilityHint = @"Tool tip";

[[ToolTipNavigation sharedManager] showInViewController:self];

Installation

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

pod "ToolTipNavigation"

Author

akuraru, [email protected]

License

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