UIScrollView + UI工具栏问题
我的 UIScrollView 遇到了一个小问题。我已使用 Interface Builder 将滚动视图添加到我的 UIView 中。我还添加了一个 UIToolbar 作为视图的子视图(如果重要的话以编程方式)。
现在,我的问题是滚动视图在 UIToolbar 下滚动。它没有像它应该的那样“停止”在工具栏的顶部。如果我更改 UIView 的大小,它会起作用,但这不是正确的做法,因为这样工具栏就变得不可点击。
我希望有人能让我走上正轨,谢谢! :)
I got a small problem with my UIScrollView. I've added the scrollview to my UIView with Interface Builder. I've also added a UIToolbar as a subView (programmatically if it matters) to the view.
Now, my problem is that the scrollview scrolls under the UIToolbar. It doesn't "stop" at the top of the toolbar as it should to. It works if I change the size of the UIView, but that can't be the right thing to do, because then the toolbar becomes non-clickable.
I hope somebody can get me on the right track, thanks! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建工具栏后尝试执行以下操作:
Try doing something along these lines after creating your toolbar: