gpt4 book ai didi

iphone - UITabBarItem标题位置

转载 作者:太空狗 更新时间:2023-10-30 03:34:27 25 4
gpt4 key购买 nike

在网络上搜索如何调整 UITabBarItem 标题位置的位置时,我遇到了 this类似的帖子,但仍然想知道如何做到这一点。

是否可以从下往上调整标题位置? (例如 5px)我需要这个,因为我有自定义图像,现在标题的位置并不完美。

最佳答案

如果你想向上移动,只需将垂直偏移设置为负值

UITabBarItem* it = [[self.tabController.tabBar items] objectAtIndex:0];
it.titlePositionAdjustment = UIOffsetMake(0.0, -2.0);

您不必像此处那样使用代理 UITabBarItem title in centre of title, not at bottom .您可以为每个项目定义偏移量。

关于iphone - UITabBarItem标题位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10192665/

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