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

Control transfer statement in swift

Hi,

I want to understand about control transfer statement in swift (continue break fall trhough return throw etc)

Is there any video course about this topic in treehouse ? Is there any good refenrence about this topic ?

Thanks in advance

1 Answer

Hi Anna,

I don't believe there is a course directly linked to control transfer statements as they are treated as separate topics. See Control Flow in the Beginner iOS Track.

Also check out the Apple documentation: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Statements.html

Control statements key words that you refer to are just learned with time and are attached to different control mechanisms.

I wouldn't worry too much.

All the best,

Mitch