Hi!
Does anybody know, where I can get good examples/explanation on how to use Swift(pref. 2.0) and Cocoa(OSX)?
I'm familiar with programming languages (C/C++), but not very much with GUI programming, although understanding the basic concepts.
So, want to understand how to code in Cocoa using MVC and in this context the use of delegates and protocols, which is recommended by Apple.
All the examples I found so far, are either rather code fragments or don't go to much into the details of the basics (delegates, MVC) that I need to understand.
But just reading the Cocoa API I'm not getting the insight to be able to put this in code.
I would like to explore this on my own, but I'm missing some kind of a sound starting point to progress from there.
Thanks for any kind of support...