UIView/CALayer: Transform triggers layoutSubviews in superview
问题 When changing some of the properties for UIView it triggers layoutSubviews in the superview . I can not find any statements about this in the docs. These properties triggers layout in superview and self frame bounds These properties triggers layout in superview only transform layer.transform These properties triggers layout in self only none These properties does not trigger any layout center layer.anchorPoint layer.position alpha I find it very confusing that transform is triggering layout