如何构建全屏滚动视图并隐藏导航栏而不移动任何东西

时间:2014-02-10 00:32:49

标签: ios objective-c uiscrollview autolayout

如果您在iOS 7照片应用中查看全屏照片,导航栏和工具栏会逐渐消失,但基础滚动视图不会缩放或移动。我一直在尝试使用自动布局在Interface Builder中重新创建效果,但每次我隐藏导航栏时都会拉动滚动视图。

我的开始:

enter image description here

会发生什么:

enter image description here

我想要发生什么:

enter image description here

有没有人以前实现过这个?似乎没有autolayout约束,scrollview insets和automaticadjustscrollviewinsets的组合给我我想要的东西。

0 个答案:

没有答案