Skip to content

Commit

Permalink
Merge commit '7e2d0907e688394592b386c12b8e73e6767d40f1' into feature
Browse files Browse the repository at this point in the history
* commit '7e2d0907e688394592b386c12b8e73e6767d40f1':
  Update README.md
  • Loading branch information
mark-kebo committed Jun 6, 2022
2 parents 5e11313 + 7e2d090 commit 0981bf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flexi Tooltip View
![Issues](https://img.shields.io/github/issues/mark-kebo/FlexiTooltipView) ![Forks](https://img.shields.io/github/forks/mark-kebo/FlexiTooltipView) ![Stars](https://img.shields.io/github/stars/mark-kebo/FlexiTooltipView) ![License](https://img.shields.io/github/license/mark-kebo/FlexiTooltipView)
[![Swift Version][swift-image]][swift-url] ![Issues](https://img.shields.io/github/issues/mark-kebo/FlexiTooltipView) ![Forks](https://img.shields.io/github/forks/mark-kebo/FlexiTooltipView) ![Stars](https://img.shields.io/github/stars/mark-kebo/FlexiTooltipView) ![License](https://img.shields.io/github/license/mark-kebo/FlexiTooltipView)

Package for custom tooltips in your application

Expand Down Expand Up @@ -83,3 +83,6 @@ controller.present(in: navigationController)

You must to set `targetView` in `FlexiTooltipParams`. This is exactly the view to which the tooltip will be attached.
Also if you need highlight some views, you can use `highlightedViews` in `FlexiTooltipConfiguration`.

[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg
[swift-url]: https://swift.org/

0 comments on commit 0981bf0

Please sign in to comment.