在Xcode 4模拟器中点击是偏移的!
我有一个导航栏控制器 + 选项卡栏控制器 + UITableview 作为我的应用程序的第一个视图,在其中,一切都很好。但是当我单击其中一个表格单元格时,我使用导航控制器执行pushViewController,它显示一个视图控制器(当然标签栏和导航栏仍然显示)。但仅在这个视图中,我需要单击目标上方约 60 px 的位置才能触发单击事件。即使对于导航栏的“后退”按钮,我也需要单击 iPhone 屏幕的最顶部才能返回。
有没有人经历过这个?!我不知道出了什么问题
I have a navigation bar controller + tab bar controller + UITableview for the first view of my app and within there, everything is fine. But when i click one of the table cells, i do a pushViewController with the navigationcontroller and it shows a view controller (the tab bar and navigation bar still show of course). but only within this view, i need to click about 60 px above my target to trigger the click event. Even for the navigation bar "Back" button, I need to click the very top of the iphone screen to go back.
Has anybody experienced this before!? i have no idea what is wrong
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为当您将按钮直接放在窗口上时会发生这种情况。我会坚持把一切都放在视图上
I think this happens when you put buttons directly on a window. I'll stick to keeping everything on views