uiimage - Autolayout Resize UImageView and UILabel when UIImageView empty -
- you can either change label bottom constraint constant either bottom spacing or image view top constraint - depending of visibility of image view or
- (available in ios 8.0 , later.) create 2 bottom nslayoutconstraint label. 1 lower priority bottom of view , 1 higher priority. change active property yes/no of 1 higher priority depending of image view visibility
Comments
Post a Comment