From 7e2d0907e688394592b386c12b8e73e6767d40f1 Mon Sep 17 00:00:00 2001 From: Dmitry Vorozhbicki Date: Wed, 11 May 2022 14:15:59 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae8f20..98133d4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/