Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Rohan Thakar
1,579 PointsIm trying to add a label with a big text, however the text gets cropped. how do i solve this issue?
Im trying to add a label with a big text, however the text gets cropped. how do i solve this issue?
Even though i added constraints the text gets cropped....
1 Answer
Tassia Castro
iOS Development Techdegree Student 9,170 PointsHey Rohan, I'm not sure if this will solve your problem but when this happened to me what I did was:
1- I selected the label 2- I clicked on 'show atributes inspector' 3- Change the value of 'lines' to 0.
Who know it may work for you as well.
Good luck!!