From b625be53805a2313a76305fd5287a9f9355d86a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7=E3=83=A5=E3=83=B3=E3=82=B8=E3=83=A7=E3=83=BC?= =?UTF-8?q?=E3=82=A1?= <68307970+mszpro@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:00:12 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf449d8..7692fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SwiftUI View Highlighter -⚠️ Please use `up to next major` and tag `1.1.1` for the Swift Package. There was some issues with the previous version tags. +⚠️ Please use `up to next major` and tag `1.1.2` for the Swift Package. There was some issues with the previous version tags. Highlight multiple view components in your SwiftUI view one by one with a text caption. This is very helpful for building a tutorial and walk the user across different features of your app. @@ -17,7 +17,7 @@ This is very helpful for building a tutorial and walk the user across different - User can tap the empty area of the screen to switch to the next highlight - User can also use the left/right arrow to switch between highlights -⚠️ V1.1.1 fixed the issue with the bounding area of the message bubble +⚠️ V1.1.2 fixed the issue with the bounding area of the message bubble ⚠️ This currently does not work great in scrollable views, including `Form`, `ScrollView`, `List`. I am working on this feature. @@ -96,12 +96,12 @@ In the above code, the `Button` is the second element to be shown in the spotlig 1. Open your project in Xcode 2. Click on the `File` menu on top, and click on `Add Packages...` 3. Copy and paste the URL to search box `https://github.com/mszpro/ViewHighlighter.git` and hit enter -4. Use `Up to Next Major Version` and the version tag `1.1.1` +4. Use `Up to Next Major Version` and the version tag `1.1.2` 5. Check the example code above ![FnJPWBAaEAAHQLY](https://user-images.githubusercontent.com/68307970/213997650-46f742e9-cbd1-4b57-a83e-ad75c35b916d.jpeg) -If you already have this package imported, click on your project, click on `Xcode Packages` tab, double click on the `ViewHighlighter` package name, and set the `Up to Next Major Version` and the version tag `1.1.1` +If you already have this package imported, click on your project, click on `Xcode Packages` tab, double click on the `ViewHighlighter` package name, and set the `Up to Next Major Version` and the version tag `1.1.2` スクリーンショット 2023-01-23 17 36 03