MyGit

v0.1.0

EmergeTools/Pow

版本发布时间: 2022-10-13 22:23:06

EmergeTools/Pow最新发布版本:1.0.3(2023-12-16 13:04:03)

Change Effects

https://user-images.githubusercontent.com/212465/192332727-3371f9eb-0c12-4c89-8c58-9b9f2cf52679.mov

This version of Pow introduces Change Effects that will trigger a visual or haptic effect every time a value changes.

Button {
    post.toggleLike()
} label: {
    Label(post.likes.formatted(), systemName: "heart.fill")
}
.changeEffect(.spray { heart }, value: post.likes, isEnabled: post.isLiked)
.tint(post.isLiked ? .red : .gray)

You can choose from the following Change Effects: Spray, Haptic Feedback, Jump, Ping, Rise, Shake, Shine, and Spin.

If you're interested in using Pow in your app, you can now purchase a license on our site. :sparkles:

Thank you for your support!

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-10-13发行的版本