在 iPad 上的 UIPopoverController 中显示 iPhone 视图(iPhone SDK)

发布于 2024-12-19 06:34:27 字数 190 浏览 2 评论 0原文

我目前正在将 iPhone 应用程序移植到 iPad。

我必须重新设计一些视图,但有些视图我想以 iPhone 大小的方式呈现为弹出窗口。

弹出窗口运行良好,但弹出窗口中视图中的内容位置错误。

视图周围有白色边框,所有 UI 元素的位置都错误。

如何做出正确的定位?

i'm porting at the moment a iPhone-App to iPad.

I have to redesign some views but some views i want to present in iphone-size as popover.

Popovers are working well, but the content in the view in the popover has a wrong position.

There is a white border around the view an all UI-elements have a wrong position.

How can I make a correct position?

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

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

发布评论

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

评论(1

清风无影 2024-12-26 06:34:27

问题是缺少要显示的 NIB 文件的目标成员资格。

我将笔尖添加到我的 ipad-Target 中并且成功了。

但有一个新问题:它只能在每第二次构建时起作用。

每第二次构建都会出现旧错误。

有人有想法吗?

The problem was a missing target-membership of the NIB-Files to show.

I added the nibs to my ipad-Target and it worked.

But there is a new problem: It only work every second build.

Every second build there is the old error.

Have anyone an idea?

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