Height constant given for my view but not hidden iOS swift
Problem:
I want to hide and show the view..based on that view other views can be aligned.So i had given height constant to that view.Based on my requirement i had given height constant to that view to 0 and height value..Height constant set but the view not hides.
Solution:
Please check the clip to bounds for that view.Because if you unchecked that the view constant will ot be updated..If you check that it will update the view..
Comments
Post a Comment