在 iPhone 中使用 Three20 的 TTTableview 类出现问题?
现在我在我的应用程序中使用 Three20 。我有一个问题,当我使用 MainWindow.xib
运行应用程序时,不会调用 TTTableview
类。但如果没有 MainWindow.xib
,它将调用 TTTableview
类。我不知道为什么会这样。请帮帮我。
谢谢。
Now I am using Three20 in my apps. I have a problem, when I run the application with MainWindow.xib
, the TTTableview
class isn't called. But without MainWindow.xib
it would call the TTTableview
class. I don't know why it's happening. Please help me out.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 AppDelegate 代码中
删除 mainWindow.xib
在 main.m 中
In your AppDelegate code
delete the mainWindow.xib
In main.m