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 自动布局水平跟垂直居中的主要内容,如果未能解决你的问题,请参考以下文章