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.
当我试图将导航和工具栏放在滚动条 xib 中时,在上下移动滚动视图时两者都在移动?如何使导航栏和工具栏视图保持不变并且滚动视图可移动?请帮帮我?
您正在滚动视图上添加导航和工具栏,这就是他们移动滚动滚动视图的原因。在视图上添加导航和工具栏而不是在滚动视图上
请注意 UIScrollView 正好在导航栏之后开始,并且应该在工具栏之前结束。