gpt4 book ai didi

iPhone 应用程序 : implementation of Drag and drop images in UIView

转载 作者:太空狗 更新时间:2023-10-30 03:28:32 25 4
gpt4 key购买 nike

在我的 iPhone 应用程序中,我想实现如下所示的功能

enter image description here

用户可以从一个 View 中选择一个形状(图像)并放入另一个 View 中

我怎样才能做到这一点?

最佳答案

最简单的方法是使用 UIPanGestureRecognizer。这将在移动 View 和删除 View 时为您提供消息。当它被移动时,更新它的中心。当它被放下时,检查它的位置是否在您要放入的 View 的边界内。(您可能需要将坐标转换为目标 View 的坐标系。)如果是,则执行适当的操作。

关于iPhone 应用程序 : implementation of Drag and drop images in UIView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8658114/

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