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 trialdominikafaszczewski
7,183 PointsMobile App Design for iOS-exporting
I just finished the course on Mobile App Design for iOs in which Sarah created a diary app. In the end, she only exported the icons. I am wondering if other elements like the circles, buttons, and colored nav bars would need to be exported as well? Or is it enough to give the color to the developer and they can create it since it is just a flat simple shape?
2 Answers
Mauroof Ahmed
1,013 PointsI would always try to create an asset vs. relaying on iOS to draw it. usually drawing is costly on the processor and iOS can probably have an easier time rendering a png. (ie if you have lot of custom items) But if you are not using custom navigation bars/buttons, etc, then you probably dont need to create an asset.
dominikafaszczewski
7,183 PointsThanks for your reply!