Ask HN: Learning Swift beyond basics

7 points by BlackLamb ↗ HN
Hello HN! I'm a CS student, I have been learning Swift for a while now and I'm pretty comfortable with it.

Now I would like to incorporate what I have learned into a rather simple App, what are some good places I can learn Advance stuff, like views, view controllers, IBActions, making simple UI's , cocoa.. Thanks!

1 comment

[ 15.6 ms ] story [ 1051 ms ] thread
I wouldn't consider what you are talking about with views, viewControllers, etc to be advanced. That is the Cocoa framework that you need to learn.

That has stayed the same since objective-C. I don't know of many courses that are already out there for teaching swift, but the stanford-online tutorials (available for free on iTunes) are great for getting introduced to the framework.