开发者

Horizontal bouncing in UITableView

开发者 https://www.devze.com 2023-04-06 00:30 出处:网络
For some reason, my UITableView is bouncin开发者_如何学JAVAg horizontally (not scrolling, bouncing). Setting alwaysBounceHorizontal to NO doesn\'t help either.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消