iPhone:如何在没有淡入淡出效果的情况下执行 kCATransitionMoveIn

发布于 2024-10-22 04:29:23 字数 170 浏览 1 评论 0原文

我正在对类型为 kCATransitionMoveIn 、子类型为 kCATransitionFromRight 的视图进行转换。

这对于新视图淡入效果很好,因为它来自右视图和旧视图淡出。褪色可以避免吗?我希望传入的视图的 alpha 值为 1,并且传出的视图能够清晰可见,直到它被完全替换。这可能吗?怎么办?

I am doing a transition of views with type as kCATransitionMoveIn and subtype as kCATransitionFromRight.

This works fine with the new view fading in as it comes from right and old view fading out. Can the fading be avoided ? I would like to have the view coming in with the alpha of 1, and the outgoing view to be seen clearly until it is until it is fully replaced. Is this possible & how to do this ?

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

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

发布评论

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

评论(1

一身仙ぐ女味 2024-10-29 04:29:24

是的,这是可能的,您可以通过使用 [UIView beginAnimation] 方法手动移动它们来完成,只需链接几个动画即可开始

yes, its possible, u can do it by moving them manually , using the [UIView beginAnimation] method, just chain a couple of animation and u're good to go

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