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

iOS

IOS Code layout

Hi Everyone,

Does anyone know when developing an IOS App, does the code a have a certain structure it should follow?

For example, when designing a website, you have to do the following:

<!DOCTYPE html>
<html>
<title>Page Title</title>

<body>
  <h1>This is a heading</h1>
  <p>This is a paragraph.</p>
</body>

</html>

Are there any guides to how it should look or be structured?

Thanks in advance for your help!

Just in case, do you have any advice on this Pasan Premaratne?

1 Answer

Hey everyone, Just wanted to check to see if anyone knew the answer?