gpt4 book ai didi

swift - 如何检测移动 ImageView 是否接触到另一个 ImageView

转载 作者:行者123 更新时间:2023-11-30 10:19:55 25 4
gpt4 key购买 nike

我正在用 swift 制作一种“保持在线条之间”iPhone 应用程序,我有一个移动 ImageView 和 2 个代表线条的 ImageView 。如何检测移动 ImageView 何时撞击或接触线条 ImageView ?

最佳答案

使用怎么样:https://developer.apple.com/documentation/coregraphics/1454747-cgrectintersectsrect

if (CGRectIntersectsRect(imageview1.frame, line1.frame) || (CGRectIntersectsRect(imageview1.frame, line2.frame)) {
// Apply your logic for when the collide
}

关于swift - 如何检测移动 ImageView 是否接触到另一个 ImageView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27458222/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com