在 iPad 上的 UIPopoverController 中显示 iPhone 视图(iPhone SDK)
我目前正在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是缺少要显示的 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?