ios 自动布局水平跟垂直居中

Posted N4

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios 自动布局水平跟垂直居中相关的知识,希望对你有一定的参考价值。

[view addConstraint:[NSLayoutConstraint constraintWithItem:segment attribute:NSLayoutAttributeCenterX                     relatedBy:NSLayoutRelationEqual toItem:view attribute:NSLayoutAttributeCenterX multiplier:1.0f                       constant:00.0f]];

    [view addConstraint:[NSLayoutConstraint constraintWithItem:segment attribute:NSLayoutAttributeCenterY                     relatedBy:NSLayoutRelationEqual toItem:view attribute:NSLayoutAttributeCenterY multiplier:1.0f                       constant:00.0f]];

以上是关于ios 自动布局水平跟垂直居中的主要内容,如果未能解决你的问题,请参考以下文章

关于flex布局垂直居中

以编程方式自动布局不垂直居中

ios 6:使用自动布局约束垂直居中 UILabel

如何使用自动布局在屏幕中水平和垂直居中 UILabel?

React Native 中的 Flex Box 的用法(水平布局垂直布局水平居中垂直居中居中布局)

垂直居中,水平居中,垂直+水平居中,圣杯和双飞翼布局