This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright © 2024 Liebherr-Hausgeräte GmbH. All rights reserved. | |
// | |
import SwiftUI | |
/// A swiping motions that invokes an swipe event telling the direction of the swipe. | |
/// Example: | |
/// Add a swipe gesture to a ``Circle`` and change its color while the user | |
/// performs the swipe gesture: | |
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### https://raw.github.com/github/gitignore/80a8803b004013d17291196825a327b9e871f009/Android.gitignore | |
# Built application files | |
*.apk | |
*.ap_ | |
# Files for the ART/Dalvik VM | |
*.dex | |
# Java class files |