我的新通用应用程序没有回调功能

发布于 2024-12-06 13:25:47 字数 586 浏览 1 评论 0原文

我相信我已经做了一切必要的事情来更改我的 ipad 应用程序(一开始是针对 iPhone 的)。我可以将构建状态切换为 iphone(仅限)、ipad(仅限)或 iphone/ipad - 并且应用程序会在 ipad 或 iphone 模拟器中启动。我可以随意地来回这样做(我这么说是因为我没有从 xcode 中询问我“升级到 ipad”,并且没有像我在某处读到的那样新的“mainwindowxib-ipad”......)

我添加了成语为了检查 ipad 和我的 xib 之一,我没有使用 xib 的字符串来创建控制器,而是使用 ipad 的字符串。所以它是一个新的 ipad xib,具有所有相同的图形对象(放大;-))。我添加了回调以与 IB 一起正常运行。

我可以看到一切正常,并到达我的新 ipad 视图,但是当我单击按钮时......没有发生任何事情,就像我的回调不起作用一样。这是非常令人惊讶的,实际上我不知道该看哪里,因为我比较了 iPhone 和 iPad 视图之间的大部分参数,据我所知,它们是相同的。

这一定是一件非常明显的事情,所以如果你们中的一个人有同样的问题并且这是一个非常简单的答案......我想这就是我错过的!

感谢您提前的帮助

干杯, 吉比

I believe that I did everything necessary to change my app for ipad (was for iphone at start). I can toggle the build status to either iphone (only), ipad (only) or iphone/ipad - and the app launches either in ipad or iphone simulator. I can do that forth and back at will (I am saying this because I had no questions from xcode asking me to "upgrade to ipad" and have no new "mainwindowxib-ipad" like I read somewhere...)

I added the idiom to check for ipad and basically for one of my xib, instead of using the string of my xib to create the controller, I use the one for the ipad. So it is a new xib for ipad with all same graphical objects ( enlarged ;-) ) . I added the callbacks to function correctly with IB.

I can see everything fine and arrive on my new ipad view BUT when I click on a button... nothing happened like if my callbacks don't work. It is very surprising and actually I have no idea where to look as I compared most of the parameters between my iphone and ipad view and they are identical as far as I can see.

It must be something damn obvious so if one of you had the same issue and it was a very simple answer ... I guess that would be what I missed!

Thanks for your help in advance

Cheers,
geebee

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

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

发布评论

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

评论(1

泛泛之交 2024-12-13 13:25:47

这个问题是由于这个原因引起的:在那篇文章中回答:

2 个 XIB 和 1 个视图控制器,但功能在 ipad XIB 中不起作用

this issue was caused because of that : answer in that post:

2 XIB and 1 viewcontroller but functions don't work in the ipad XIB

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