gpt4 book ai didi

ios - 获取选定的索引标签栏 Controller Swift

转载 作者:搜寻专家 更新时间:2023-10-31 21:51:12 24 4
gpt4 key购买 nike

我正在尝试获取 tabbarController 的选定索引。

let application = UIApplication.sharedApplication().delegate as AppDelegate
let tabbarController = application.tabBarController as UITabBarController
let selectedIndex = tabBarController.selectedIndex

我收到此错误:'UITabBarController?'没有名为“selectedIndex”的成员

我错过了什么吗?

最佳答案

application.tabBarController 是可选的,这意味着它可以是 nil。如果您确定它永远不会是 nil,请执行以下操作:

var selectedIndex = tabBarController!.selectedIndex

关于ios - 获取选定的索引标签栏 Controller Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28420588/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com