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.
在我的 iphone 应用程序中,如果我将屏幕分成两部分,顶部是滚动视图,底部是其他部分,问题是,当用户放大滚动视图时,如何防止它缩小并隐藏屏幕的第二部分?谢谢。
听起来您需要将 UIScrollView 上的 clipsToBounds 属性设置为 true。