ad0ma
Results
1
comments of
ad0ma
2016.10.27 update Step1: Method -> setupConstraints add -> ``` NSLayoutConstraint *heightConstraint = [self equallyRelatedConstraintWithView:self.contentView attribute:NSLayoutAttributeHeight]; if (_customView) { [self addConstraint:heightConstraint]; } ``` Step2: Method-> didMoveToSuperview add -> ``` if (_customView)...