In this tutorial you are going to learn the basics for programming with the new language Swift presented by Apple at WWDC14.
Simple Swift iOS GUI Application: https://www.youtube.com/watch?v=zlbrRlVxs38
***COMMENTS****
If you have questions about the video or Cocoae programming. Please comment below.
Web: http://www.prentis.de
Amazon Auto Links: No products found.
thanks for making this video…it’s very useful. I hope you will make more instructional videos about swift like this one. 🙂
Great tutorial! One question: I have not worked with UIKit, but am interested now since Swift has released. Where would a good starting place be to learn UIKit? Thanks
Very good! (subscribed)
But can you make the text little bit bigger, please!
you GREATEST TEACHER IN THE WORLD!!!
Wow, your teaching is very good!!!
Thank you, Thank you.
What platform was chosen: ios or osx?
Hey Brian
Cool videos!! Can You show How to make views wire pagecontrol om top and Rye tableviews under and How it Works? An example would be the Twitter profile view, the images in the pagecontol also gets bigger when You scoll Down and i Think it a cool feature 😀
Great tutorial, you get straight to the point.
brian can you please put the my play ground thing in the description
Nice video,thanks Brain.
Thanks for the Vid Brian,
When I try and use the playground I have
import Cocoa
I tried to replace it with the import statement that you had in your “playground” file
to import UIKit but it just comes up as an error “No such module ‘UIKit'”
Any ideas what im doing wring?
Great tutorial! Well explained, thanks!
thanks Brian
Hi, I’m trying to follow your tutorial (I have very little experience with Objective C) and when I type in “var myview:UIView = UIView()”
I get the error: Use of undeclared type ‘UIView’
What could be the problem here?
If you get the error: Use of undeclared type ‘UIView’ make sure that you import UIKit at the top of your Playground. If that doesn’t help you get the UIKit import when you create a Playground using File->New instead of “Get started with a playground” in the welcome screen.