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 trials t
2,699 PointsSwift ioS Finishing up out layout - Show another fun fact button - text not displaying correctly
The text in my "Show another fun fact button" is not displaying correctly, I can only see "Sho...n Fact". unable to get it show the entire text. Please help!
2 Answers
Brandon Mahoney
iOS Development with Swift Techdegree Graduate 30,149 PointsSelect the button and use command = to size it to fit the text. Also it states that you need to set the leading and trailing constraints to 20.
Go back and review this video: https://teamtreehouse.com/library/styling-user-interface-elements
s t
2,699 PointsThanks, I figured it out but didn't use the command = to do it, I will make a note of that for next time.