I'm new to iOS and relatively new to programming in general. Can anyone point me to (or create) a beginner level tutorial for getting a grip on MVVM using swift? There are a couple that exist for ObjC but they are mostly targeted toward advanced developers with a history working in MVC.<p>It would also be really helpful to get some direction on using ReactiveCocoa vs. not for working with MVVM as RAC seems to be 'suggested' in most cases but not all.
I personally find ReactiveUI to be the best MVVM framework for iOS, Android, and Windows. It's in C# as opposed to Swift or Java, so you'll need Xamarin for this.<p><a href="http://reactiveui.net/" rel="nofollow">http://reactiveui.net/</a>
I found this one in Swift which is pretty good and definitely targeted to nubes like me:<p><a href="https://www.youtube.com/watch?v=DCAHFKL5FtU" rel="nofollow">https://www.youtube.com/watch?v=DCAHFKL5FtU</a><p>Ran into some issues with Swift 1 vs. 2.1 (error handling) but i'll try and post a solution when I get one :)