模仿UINavigationController的动画

发布于 2024-12-12 04:30:58 字数 290 浏览 0 评论 0原文

我正在寻找一种方法来删除现有的 UIViewController 并添加新的。 我想以与 UINavigationController 相同的方式制作动画。

那为什么我不想使用 UINavigationController 呢?

  • 我不需要任何工具栏或导航项
  • 我不需要UINavigationController了解其历史记录(=推送控制器的堆栈)

它必须可以通过CATransition实现代码> 但到底是怎么回事?

I'm looking for a way to remove an existing UIViewController and add a new one.
I would like to animate that the same way as UINavigationController does it.

Why do I not want to use UINavigationController then?

  • I don't need any of the toolbars or navigation items
  • I do not need the UINavigationController's awareness of its history (= the stack of pushed controllers)

It must be possible with CATransition but how the heck?

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

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

发布评论

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

评论(1

分开我的手 2024-12-19 04:30:58

您可以连接到 ViewWillAppear 方法并使用 CoreAnimation 将视图转换到屏幕。

You could hook up to ViewWillAppear method and use CoreAnimation to transition your view into the screen.

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