Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 禁用 UITableView 水平滚动
请任何人告诉我如何禁用tableview的水平滚动..
请帮助..
如果您的 tablecontentview 宽度与您的视图宽度相同,它将不会以水平方式滚动,但如果您希望您的 tableview 不反弹,那么您可以禁用 tableview 的反弹
m_TableView.bounces = 否;