gpt4 book ai didi

iphone - 检测何时选择 UITabBarController 更多选项卡

转载 作者:塔克拉玛干 更新时间:2023-11-01 19:10:24 27 4
gpt4 key购买 nike

如何检测何时选择了 UITabBarController 的特殊“更多”选项卡?

tabBarController:didSelectViewController: 告诉我何时选择了选项卡,包括“更多”选项卡。但是,我怎么知道给定的 UIViewController 实际上是更多选项卡?

起初我考虑过使用索引,但那会假定“更多”选项卡将处于相同位置。此外,标题(“更多”)似乎已本地化。

最佳答案

发题后发现:

- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController 
{
if (tabBarController.moreNavigationController == viewController) {
NSLog(@"More");
}
}

关于iphone - 检测何时选择 UITabBarController 更多选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15205118/

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