在 UIView 上叠加动画

发布于 2024-12-06 17:06:51 字数 144 浏览 0 评论 0原文

将动画 gif 叠加在 UIView 上的最佳方法是什么?我有一个降雪动画,我想将其放在视图之上,但仍保留与下面视图的交互。

这可以通过 UIView 动画来完成吗?或者 CoreAnimation 会更好(用于合成图层)。

再次感谢您的帮助

What is the best way to overlay an animated gif on top of a UIView? I have an animation of snowfall that I would like to lay on top of a view, yet still retain interaction with the view below.

Can this be accomplished with UIView animation, or would CoreAnimation be better (for compositing the layers).

Thanks again for the help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

刘备忘录 2024-12-13 17:06:51

可能的许多选项之一是设置 UIView.backgroundColor = [UIColorclearColor],然后将动画对象放置在视图后面,或者使用带有透明背景的 UIButton, ETC。

One of probably many options would be to set the UIView.backgroundColor = [UIColor clearColor], then place animation objects behind the view, or use a UIButton with a clear bg, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文