gpt4 book ai didi

swift - 将 UiTabBar 转至 UiTabBar

转载 作者:行者123 更新时间:2023-11-30 10:47:21 26 4
gpt4 key购买 nike

我无法从一个页面移动到另一页面而不丢失 tabBarController

我使用 didSelectRow,我可以恢复数据以及更改页面,除了我的 View 的 tabBar 菜单不显示

override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let storagepasse: String

tableView.deselectRow(at: indexPath as IndexPath, animated: true)

storagepasse = storages[indexPath.row].id!
print(storagepasse)
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let secondView = storyboard.instantiateViewController(withIdentifier: "GestionStorage") as! InformationStorageController
secondView.infoStorage = storagepasse
self.present(secondView, animated: true,completion: nil)
}

StoryBoard

Current result

最佳答案

检查 vc(secondView) 中的 modalPresentationStyle 属性。您需要诸如 .currentContext 或 .overCurrentContext 之类的内容。

关于swift - 将 UiTabBar 转至 UiTabBar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55482754/

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