在InterfaceBuilder中使用Autolayout的UIScrollView

时间:2013-11-10 06:16:14

标签: uiscrollview interface-builder autolayout

我正在尝试使用带有autolayout的UIScrollView。我根本无法使其与支柱和弹簧一起工作。我想使用自动布局,因为这是前进的方向,但令人沮丧的是,Apple只是放了一个小文档,甚至没有详细解释这一点。 我想声明我正在使用IB并且没有在代码中查看我的视图(这些日子不是一种选择)。

这是我的视图层次结构:

-UIViewController

    -UIView (the base view)

        -UIScrollView [Contraints: topEdge-SuperView-0, leftEdge-SuperView-0, bottomEdge-SuperView (bottom layout guide sometimes)-0, rightEdge-SuperView-0, and sometimes CenterX-Superview-0]

            -UIView (the content View) [topEdge-SuperView-0, leftEdge-SuperView-0, bottomEdge-SuperView-0, rightEdge-SuperView-0, and also tried CenterX and centerY seperately]

                -The Actual Content [Constrained to the super view]

我认为这就是Apple根据他们的文档称为UIScrollView和Autolayout的纯Autolayout设置。请不要将我推荐给那份文件,我已多次阅读过。现在我也继续做

translatesAutoresizingMaskIntoConstraints = NO 

但结果是相同的,无论上述选项是否为真或无。

结果:没有任何滚动...... !!

有这种疯狂的方法吗?我试图复制rmayoff在Youtube上播放的视频中所做的事情(请不要将我推荐给我),但是没有......没什么...... !!

0 个答案:

没有答案