The app demonstrates a flexible tooltip manager that will:
- dim the background
- highlight a specific view
- show a tooltip with the specified direction
- iOS 12+
- Swift 5.0
- Copy Tooltip folder to your project
- Create an enum implementing the protocol Tooltip (see ViewControllerTooltip.swift)
- Create a reference of the TooltipManager in your UIViewController or view you wish to present the tooltips from. (see ViewController.swift)
- Setup tooltips upon start (see setupTooltips in ViewController.swift)
For more detailed explanation, check article: https://medium.com/@evandro.hoffmann/flexible-tooltips-in-ios-1ffa5d7d2f36
Happy coding! 😀