Ask HN: iOS MVVM tutorial using Swift
2 comments
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.
http://reactiveui.net/
http://reactiveui.net/
aka the framework behind GitHub for Windows and various other applications. #FRP.
https://github.com/reactiveui/ReactiveUI/issues/687
https://github.com/reactiveui/ReactiveUI/issues/687
I found this one in Swift which is pretty good and definitely targeted to nubes like me:
https://www.youtube.com/watch?v=DCAHFKL5FtU
Ran into some issues with Swift 1 vs. 2.1 (error handling) but i'll try and post a solution when I get one :)
https://www.youtube.com/watch?v=DCAHFKL5FtU
Ran into some issues with Swift 1 vs. 2.1 (error handling) but i'll try and post a solution when I get one :)
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.