xcode , iphone动画效果setAnimationPosition
除了还有其他方法吗
[UIView setAnimationPosition:CGPoint(0,0)];
我正在实现“吸吮效果”,但效果一直到左上角。
我希望效果被“吸”到特定位置。
setAnimationPosition 似乎是这样,但它不起作用/已贬值?
is there any other method other than
[UIView setAnimationPosition:CGPoint(0,0)];
i'm implementing the 'suck effect' but the effect keeps going to the top left hand corner .
i want the effect to be 'sucked' to a specific position .
setAnimationPosition seems like the way but it isnt working / depreciated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以试试这个。
如果你想获得更好的效果,请将其添加到代码中:
并使用 concat 连接两个动画
You can try this.
If you want to have a better effect add this to the code:
and use concat to join both the animations