在 xcode 中获取 UIImageView 的位置
嘿,我做了一个项目,其中随机创建多个 UIImageView,并且所有这些都通过 NSTimer 在屏幕上移动。
有没有办法检测移动的UIImageView的当前位置?
移动图像是一个气球,我想“弹出”或者更像是当用户点击任何气球时删除 UIImageView。
感谢您的帮助。
Hey I made a project where multiple UIImageView is randomly created and all of them moves up the screen by NSTimer.
Is there any way to detect the current position of the moving UIImageView?
The moving image is a balloon and I want to "pop" or more like remove the UIImageView when the User taps any of the balloons.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 UIImageView 的框架属性。
Try using the frame property of the UIImageView.