IKImageView 中的核心动画图像发生变化?
有没有什么方法可以在 IKImageView 中对图像更改进行动画处理(使用提供的核心动画之一),而无需在新图像加载时使用两个独立的 IKImageView?
Is there any way to animate (using one of the supplied Core Animations) an image change in IKImageView without resorting to using two independent IKImageViews upon a new image load?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有公共 API 可以实现这一点。您只能将核心动画叠加/背景添加到 IKImageView。
There is no public API for that. You can only add core animation overlay/background to IKImageView.