如何将 UITabBarController NavigationController 选项卡扩展到屏幕顶部?
How To Extending UITabBarController NavigationController Tabs to the top of screen?
我似乎无法弄清楚如何以编程方式使 UITabBarController 的导航控制器选项卡全屏显示。它通过故事板工作,但我需要以编程方式创建选项卡栏,它们会弹出,如下图所示。我更喜欢带有未弹出的后退箭头的那些。
是否有某种选项可以让它们以编程方式全屏显示?我四处搜索,没有找到 Swift.
的任何内容
Showing Tab Bar Nav Controller Unwanted Tab Popout
let myViewController = UIViewController()
myViewController.modalPresentationStyle = .fullScreen // you can display in fullscreen
我似乎无法弄清楚如何以编程方式使 UITabBarController 的导航控制器选项卡全屏显示。它通过故事板工作,但我需要以编程方式创建选项卡栏,它们会弹出,如下图所示。我更喜欢带有未弹出的后退箭头的那些。
是否有某种选项可以让它们以编程方式全屏显示?我四处搜索,没有找到 Swift.
的任何内容Showing Tab Bar Nav Controller Unwanted Tab Popout
let myViewController = UIViewController()
myViewController.modalPresentationStyle = .fullScreen // you can display in fullscreen