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,我想防止它被下拉,因为它没有刷新逻辑链接,所以它根本不能有下拉行为。
如果您没有任何刷新逻辑,请不要将 a 添加UIRefreshController到您的表中。
UIRefreshController
如果您有其他原因想要阻止表格视图滚动,请设置scrollEnabled为NO. 如果您只想阻止表格视图滚动超出其边界,请设置bounces为NO.
scrollEnabled
NO
bounces