You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add auto layout constraints to adjust the size of the text view based off the size of the placeholder label height. Right now, the placeholder label will go off the view otherwise.
The text was updated successfully, but these errors were encountered:
+1, tried to do the same thing. My fix for now is to constrain the height of the text view to the height of the placeholder label, plus textContainerInset.top + textContainerInset.bottom. Closest thing I could figure out to getting the job done.
Would it be possible to add auto layout constraints to adjust the size of the text view based off the size of the placeholder label height. Right now, the placeholder label will go off the view otherwise.
The text was updated successfully, but these errors were encountered: