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.
我制作了一个带有滚动视图的欢迎控制器,其中有四页图像。滚动视图只能向左或向右滚动,当我将它滚动到页面的开头时,有一半的空白,页面末尾也会显示什么。我不想让它显示出来。
转到storyboard,选择scrollview,然后在属性检查器中取消选择水平反弹(右侧面板中的盾牌)。这也适用于任何子UIScrollView类 ( UITableView, UICollectionView)。
storyboard
scrollview
UIScrollView
UITableView, UICollectionView