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

is there any index of all the syntax of various functions?

suppose I want to add an object to an array, and I don't know the syntax, is there any website that I can refer to to look for syntaxes that I don't know. I know there's Apple's developer website, but I just see explanations, not syntaxes

1 Answer

Apples documentation does contain syntax for just about every aspect of the language that you can think of. You just have to spend the time going through it to find what you're looking for. Heres a link. It's been an invaluable resource for me. https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/TP40014097-CH5-ID309