I am very new in IOS development. I'm having trouble in auto layout, I have a label and "hello" string in it and I'm deleting characters using button click from string. If i don't use auto layout label is not being disappear(while it does not contain a single character). The problem is using auto layout(I have given a standard constrains to top layout),now label is disappearing.
Any one faced the same problem ? have any solution ? Thank you in advanced.