tabbar - 删除 presentModalViewController

标签 tabbar viewcontroller tabbarcontroller

我已经发布了如何显示 modalViewController 但现在我需要将其删除并返回到我的 tabbarController 并显示他的 View 。谢谢

最佳答案

从 modalViewController 中

[self dismissModalViewControllerAnimated:YES];

关于tabbar - 删除 presentModalViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2273739/

相关文章:

ios - TabBar 和导航 Controller

iphone - 无法显示选项卡栏图标,即使尺寸为 30*30

ios - 为每个 View iOS 创建单独的 View Controller ?

iphone - IOS从tabbarcontroller中的navigationcontroller推送viewcontroller但不显示

ios - 将 xcode 中的导航和标签栏 Controller 与 Storyboard 结合起来

Android 操作栏标签栏分隔符

ios - 在 TabbarViewController 中隐藏特定 View Controller 中的状态栏

ios - 如何从第一个选项卡更改 tabbarcontroller 所有选项卡的变量?

swift - 尝试在 View Controller 之外使用 TextView 时出错

ios - iOS QuickAction 的 Objective-C 代码