菜鸟教程小白 发表于 2022-12-12 09:37:41

IOS9 : UIScrollView offset in UINavigationController


                                            <p><p>这真是令人沮丧。我遇到了 UINavigationController(以及 UINavigationBar)将我的 UIScrollView 的内容向下推到顶部的问题,类似于此处发现的问题:</p>

<p> <a href="https://stackoverflow.com/questions/18924431/ios-7-navigationcontroller-is-setting-the-contentinset-and-contentoffset-of-m" rel="noreferrer noopener nofollow">iOS 7 -- navigationController is setting the contentInset and ContentOffset of my UIScrollView</a> </p>

<p> <a href="https://stackoverflow.com/questions/18967859/ios7-uiscrollview-offset-in-uinavigationcontroller" rel="noreferrer noopener nofollow">IOS7 : UIScrollView offset in UINavigationController</a> </p>

<p>我尝试了两种推荐的解决方案,即在 ViewController 的 <code>viewDidLoad()</code> 方法中设置 <code>self.automaticallyAdjustsScrollViewInsets = true</code> 并取消选择 <code>Adjust Scroll View Insets</code> 在界面生成器中。两种解决方案都删除了顶部的边距,但正如其他一些人所指出的,我不能再滚动了。</p>

<p>UIScrollView 和 ContentView 填充整个 ViewController 。我的内容 View (在 UIScrollView 内)在底部包含标签、段和 UITextView。和Content View中的内容有关系吗?</p>

<p>如果需要,我可以附上图片。使用 XCode 7、Swift 2 和 iOS 9。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我解决了我的问题。在自动布局中,我没有设置内容 View 的高度约束。
以前,我将内容 View 的底部固定到包含 UIScrollView 的 ViewController 上。
我移除了那个别针并明确设置了高度。现在可以了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于IOS9 : UIScrollView offset in UINavigationController,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33525199/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33525199/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: IOS9 : UIScrollView offset in UINavigationController