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

AJ Perez
PLUS
AJ Perez
Courses Plus Student 969 Points

Swift and Sprite

I'm waiting for the Swift tutorials to be available for us so i won't have to learn objective-c. my question is, can i still successfully learn Sprite on Treehouse if i only know Swift? Since the tutorials on Sprite uses objective-c, how will i learn Sprite?

2 Answers

Stone Preston
Stone Preston
42,016 Points

I'm waiting for the Swift tutorials to be available for us so i won't have to learn objective-c.

I highly encourage you to learn objective C AND swift. knowing both will be very beneficial, especially in these early stages. A lot of third party libraries etc wont be ported to swift right away, so you will probably be working with both languages for a while.

that being said, if you want to do the sprite kit course using swift, you are going to have to "translate" the objective c code used in the videos to swift which is fairly easy to do if you have a grasp of both languages

AJ Perez
AJ Perez
Courses Plus Student 969 Points

thanks! very helpful. hopefully they update sprite for swift users