无法让 UITableView 列表在 iPhone 模拟器中滚动
有没有简单的解释为什么表格不会在 iPhone 模拟器中滚动?我有一个使用标准模板构建的选项卡栏应用程序。我在第二个选项卡控制器中创建了一个 UITableView。我用项目列表初始化了对象,它们显示得很好。但是,向上/向下箭头按钮不起作用,滚动也不起作用。可以突出显示行。
谢谢。
Is there a simple explanation for why a table will not scroll in the iPhone simulator? I have a tab bar application that I built with the standard template. I created a UITableView in the second tab controller. I initialized the objects with a list of items and they display nicely. However, neither the up/down arrow buttons work nor does the scroll. The rows can be highlighted.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您应该尝试通过单击表格单元格行来按住并向上或向下拖动以移动它
我无法理解实际问题,但请按照以下链接了解更多信息
Tabbarcontroller 和 TableView :
http://iphonebyradix.blogspot.com/2010/12/uitabbarcontroller -overview.html
http://iphonebyradix.blogspot.com/2010/10/uitableview.html
You should try to hold by clicking on table cell row and drag it up or down to move it
I am not able to understand the actual problem but follow the below link to know more about
Tabbarcontroller and TableView :
http://iphonebyradix.blogspot.com/2010/12/uitabbarcontroller-overview.html
http://iphonebyradix.blogspot.com/2010/10/uitableview.html
我认为您应该单击一个单元格,按住鼠标,然后向上或向下拖动鼠标。该动作就像手指敲击一样。
I think you should click on a cell, hold the mouse, and drag the mouse up or down. That action acts like a finger tap.
对我来说,新的forcetouch Macbook Pro 是一个奇怪的新东西......
硬件 ->触摸压力->使用触控板强力
我将其关闭,因为我的滚动被强力触摸打断了......我不知道发生了什么。Strange new one for me on a new forcetouch Macbook Pro...
Hardware -> Touch Pressure -> Use Trackpad Force
I turned that off because my scrolling was being interrupted by Force Touches.... I had no idea what was going on.用两根手指拖动然后滚动,它应该可以工作。
Use 2 fingers to drag and then scroll, it should work.