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 trialRosa McGee
1,019 PointsHow is the developer able to expand to the width of any screen by using a 29px width slice, vs something wider?
For example, in a uitableviewcell. Is there an option for creating a patterned background by tiling the image?
1 Answer
Danelle Bailey
3,403 PointsGood question. If I'm understanding your question correctly then the answer is that by default the image will repeat, filling the background of the content area. If you specify for it not to repeat it would then only be 29px.
Denise Edwards
4,924 PointsDenise Edwards
4,924 PointsI was wondering the same thing... but if the developer has the image repeat, how does he or she account for the rounded corners?