用分页动画刷新UIView

发布于 2024-07-21 04:20:01 字数 150 浏览 7 评论 0原文

我有一个 UIView,它具有基于日期构建的控件。 我想轻弹更改日期并使用分页动画之类的动画刷新 UIView。 那可能吗? 我不想创建 UIView 的多个副本,因为它已经接近超出内存。 我的 UIView 的 2 个副本肯定会让手机崩溃。 有人有什么建议吗? 请告诉我。

I have a UIView that has controls built based off a date. I want to flick to change the date and refresh the UIView with an animation like the paging animation. Is that possible? I do not want to create multiple copies of my UIView because it is already close to exceeding memory. 2 copies of my UIView would definitely crash the phone. Does anybody have any suggestions? Please let me know.

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

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

发布评论

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

评论(1

初见你 2024-07-28 04:20:01

虽然我还没有测试它,但您应该能够使用相同的 UIView 实例来生成“翻转”或使用相同的 UIView 作为底层视图和覆盖视图的任何动画。

我偶然发现了这个问题,试图让一些动画正常工作。

Although I haven't tested it, you should be able to use the same instance of the UIView that would generate a 'flip' or whatever animation using the same UIView as the underlying view and the overlying view.

I've stumbled into this accidentally, trying to get some animations working.

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