思い立ったが吉日!

iOSが好きです。

特定のViewのAutoLayoutの解除のかき分け

特定のViewのAutoLayoutの解除のかき分け
centerView.translatesAutoresizingMaskIntoConstraints = NO;
[centerLabel setTranslatesAutoresizingMaskIntoConstraints:NO];