UIScrollView 和 UITabBar / UINavigationController 的问题
我使用 xib 文件创建了一个新的 ViewController,并使用 ImageView 实现了一个工作(这意味着我设置了 contentSize)ScrollView。但是,当我使用 TabBar 或 NavigationController 来构建我的应用程序时,滚动将不再起作用。
自上周以来我一直在寻找该错误,但找不到它。有人可以帮助我吗?
LLAP,CyDummy
I created a new ViewController with xib-file and implemented a working (which means that I set the contentSize) ScrollView with an ImageView. But when I then use a TabBar or NavigationController to structure my app, the scrolling won't work anymore.
I'm searching for the error since last week but I can't find it. Can anybody help me, please?
LLAP, CyDummy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道该错误,但我使用“选项卡栏应用程序”模板重新创建了该项目,现在它可以工作了......
I have no clue about the error but I recreated the project with the "Tab Bar Application" template and now it works...