Horizontal bouncing in UITableView
For some reason, my UITableView is bouncin开发者_如何学JAVAg horizontally (not scrolling, bouncing). Setting alwaysBounceHorizontal
to NO doesn't help either.
Any ideas?
What is the view hierarchy that its within? UITableView is a UIScrollView subclass so I can imagine it might start doing this if it was within a view that was slightly to small?
If your UITableView is a subview of a UIScrollView it might start doing this. Be very careful about this.
精彩评论