如何让图像一触摸就消失?
我正在 xcode 3.1 中开发 iphone 的应用程序。
我希望相似的两个图像在依次触摸时消失。
我成功地在触摸
“播放”按钮时在 iPhone 模拟器上显示了两个图像。
现在我希望当两个相同的图像被相继“触摸”时,它们应该消失。
期望使用 Objective C 编写代码。
I am working on apllication for iphone in xcode 3.1.
I want similar two images to disappear when touched one after other.
I have succeed in displaying two images on iphone simulator on touching
'PlAY' button.
Now i want that when two same images are 'touched' one after another,they should disappear.
Expect code in Objective C.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过使用简单的动画来做到这一点,视图应该消失,稍后您可以在 UIView 动画委托内投射上下文并启动第二个动画。
这 id 是您应该实现的委托方法:
You can do this, by using simple animations the view should disappear, later you can cast the context inside the UIView animations delegate and start a second animation.
This id the delegate method you should implement: