带有 NavigationController 的 iPhone 自定义动画

发布于 2024-09-30 11:21:06 字数 199 浏览 3 评论 0原文

我使用 UINavigationController 来滚动我的应用程序中的一些内容。在某一时刻,我不希望控制器从侧面淡入新表格,我希望它从底部淡入。我该怎么做?

如果这是不可能的,我正在寻找一种方法来删除 UINavigationController 的子元素,而不需要标准的向左淡出,这是通过按 UINavigationController 上的后退箭头来执行的。

I use a UINavigationController for scrolling some contents in my App. At one point I don't want the controller to fade in the new table from the side, I want it to fade in from bottom. How can I do this?

If that is not possible, Im looking for a way to remove the child element of the UINavigationController without the standard fade out to the left, which gets executed by pressing the back arrow on the UINavigationController.

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

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

发布评论

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

评论(1

思慕 2024-10-07 11:21:06

那么你可能不应该使用 UINavigationController 。您可以创建自己的 UIViewController 子类,通过您控制的转换显示其他视图控制器或视图。例如,可以使模态视图控制器从底部滑入。

You probably should not use UINavigationController then. You can make your own subclass of UIViewController that shows other view controllers or views through transitions you control. A modal view controller can be made to slide in from the bottom for example.

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