切换到 Three20 TTThumbnail 视图时 UITabBar 消失

发布于 2024-09-10 05:12:22 字数 149 浏览 4 评论 0原文

我有一个带有 UITabBar 的应用程序。我使用 Three20 实现了一个照片库。一切都“工作正常”,除了当我切换到照片库时,选项卡栏消失了。

我猜我将不得不进入 Three20 代码并进行一些修改。

知道我的假设是否正确和/或我应该做出哪些改变?

I have an application with a UITabBar. I have implemented a Photo Gallery using Three20. Everything is "working fine" except that when I switch to the Photo Gallery, the TabBar dissappears.

I am guessing I am going to have to go into the Three20 code and make some sort of modifications.

Any idea if my assumption is correct and / or what changes I should be looking to make?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

╭⌒浅淡时光〆 2024-09-17 05:12:22

是的,您的假设是正确的,我希望在 Three20UI 项目中进行更改,在 Photos>Thumbs Controller> 下在初始化程序(特别是您使用的初始化程序)中的 TTThumbsViewController.m,将 self.hidesBottomBarWhenPushed = YES 更改为 NO 并希望能做到这一点:)。

祝你好运!

yes your assumption is correct, and i would look to change in the Three20UI project, under Photos>Thumbs Controller> TTThumbsViewController.m in the initializers (specifically the one you use), change self.hidesBottomBarWhenPushed = YES to NO and hope that does it :).

Good luck!

离笑几人歌 2024-09-17 05:12:22

回答上一条评论中的附加问题 -

对于导航栏颜色,您需要设置 navigationBarTintColor,对于不透明/半透明,您可以设置 navigationBarStyle。这两个都是 TTBaseViewController 的属性,TTBaseViewController 本身是 UIViewController 的子类。

In answer to the addition question in the previous comment -

For the NavBar colour you need to set navigationBarTintColor, and for opaque/translucent you can set navigationBarStyle. Both of these are properties of the TTBaseViewController that itself is a subclass of UIViewController.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文