我使用 TTNavigator 打开的任何控制器都会导致空白视图

发布于 2024-11-04 06:33:02 字数 284 浏览 4 评论 0原文

我最近将一个使用 Three20 的旧项目从 Xcode 3.2 迁移到 Xcode 4,转换后,每当我启动应用程序时,都会发生一些非常奇怪的行为:无论我使用导航器打开的控制器是什么,屏幕上都会呈现一个空白视图。有趣的是,我能够触摸应该存在的 UI 元素(例如,在此屏幕截图视图中,我可以点击文本字段并显示键盘)。有人知道这里发生了什么吗? 请注意,我没有从旧版本中更改任何代码:我只是使用 ttmodule.py 迁移了项目。

空白屏幕

I recently migrated an old project that uses Three20 from Xcode 3.2 to Xcode 4, and after the transition, some really weird behavior occurs whenever I launch the application: whatever is the controller I open with the navigator, a blank view is presented to the screen. The funny things is, I am able to touch the UI elements that are supposed to be there (for example, in this screenshot view I can tap a text field and the keyboard gets presented). Has anyone got any idea of what's happening here?
Please note that I haven't changed a single line of code from the working old version: I just migrated the project with ttmodule.py.

Blank screen

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

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

发布评论

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

评论(1

望喜 2024-11-11 06:33:02

出现问题是因为我忘记从我的应用程序委托中删除 window 出口(在接口声明和 XIB 文件中)。由于 TTNavigator 使用自己的窗口来呈现视图控制器(除非明确指定),因此创建另一个窗口可能会导致奇怪的行为。显然,这并没有给旧的 Three20(或者可能是 Xcode)带来任何问题,所以我什至没有注意到。

The problem arisen because I forgot to remove the window outlet from my App Delegate (both in the interface declaration and in the XIB file). Since TTNavigator uses his own window to present view controllers (unless specified explicitly), creating another window can result in weird behaviors. Apparently, this didn't give any issues with the old Three20 (or maybe Xcode) so I didn't even notice.

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