gpt4 book ai didi

ios - 使用 Material iOS 在状态栏下方添加标签栏

转载 作者:行者123 更新时间:2023-12-01 18:40:07 25 4
gpt4 key购买 nike

如何使用 CosmicMind 的 Material's pod 在导航栏下方添加标签栏

我能够做到这一点,但它正在像这样触摸状态栏

enter image description here

我希望它位于状态栏下方。

最佳答案

您可以使用以下代码,添加 20px StatusBar Top(20) 中的高度

fileprivate func prepareTabBar() {
tabBar = TabBar()
tabBar.delegate = self

tabBar.dividerColor = Color.grey.lighten4
tabBar.dividerAlignment = .bottom

tabBar.lineColor = Color.indigo.base
tabBar.lineAlignment = .bottom

tabBar.backgroundColor = Color.grey.lighten3
tabBar.buttons = buttons

view.layout(tabBar).horizontally().top(20)
}

enter image description here

关于ios - 使用 Material iOS 在状态栏下方添加标签栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44672056/

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