Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing based off placeholderLabel #37

Open
acfriedman opened this issue Aug 29, 2017 · 1 comment
Open

Resizing based off placeholderLabel #37

acfriedman opened this issue Aug 29, 2017 · 1 comment

Comments

@acfriedman
Copy link

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.

@nessup
Copy link

nessup commented Sep 10, 2017

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants