UITableView 在滚动视图中不起作用
我是 ios sdk 的新手。我创建了一个示例应用程序。在该应用程序中,我使用 tableview
并单击表视图中的任何单元格,我将推送 ScrollViewViewController
(带有 pageControl 的scrollView)。在 ScrollViewViewController
中,我正在加载每个都有一个 tabBarController
的视图。 在 tabBar
中有 5 个 tabBarItems
。第二个 tabBarItem
对应于一个 viewContoller
,它有一个 tableView
作为子视图。 这里的问题是,在第二个 tabBarItem
tableView
上,在 scrollView
的第一页中滚动得很好。但是一旦我滑动到下一页在 scrollview
中以及在该页面上,如果我选择加载 tableView
的第二个 tabBarItem
并且 tableView
不滚动。 请帮我。 我已经在这里受到了一个多月的打击 :( 提前致谢。
I'm a newbie for ios sdk.I've created a sample app.In that app I'm using a tableview
and on clicking any cell in the table view i'm pushing a ScrollViewViewController
( scrollView with pageControl ) on it.In ScrollViewViewController
I'm loading the views which will have each a tabBarController
.
In the tabBar
there are 5 tabBarItems
.And on second tabBarItem
corresponds to a viewContoller
which has a tableView
as subview.
Here the problem is that on the second tabBarItem
tableView
is scrolling fine in the fist page of the scrollView
.But once i swipe to the next page in scrollview
and on that page if i select the second tabBarItem
which loads a tableView
and that tableView
is not scrolling.
Please help me.
I've been struck here from more than a month
:(
Thnaks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并不真正推荐这种方法。
问题是 UITableView 继承自 UIScrollView。
UIWebView文档中实际上是这样写的:
http://developer. apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html
This approach isn't really recommended.
The problem being that UITableView inherits from UIScrollView.
It's actually written in the UIWebView documentation:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html