TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: iOS MVVM tutorial using Swift

3 pointsby drew22huthutover 9 years ago
I&#x27;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 &#x27;suggested&#x27; in most cases but not all.

2 comments

miguelrochefortover 9 years ago
I personally find ReactiveUI to be the best MVVM framework for iOS, Android, and Windows. It&#x27;s in C# as opposed to Swift or Java, so you&#x27;ll need Xamarin for this.<p><a href="http:&#x2F;&#x2F;reactiveui.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;reactiveui.net&#x2F;</a>
评论 #10573129 未加载
drew22huthutover 9 years ago
I found this one in Swift which is pretty good and definitely targeted to nubes like me:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DCAHFKL5FtU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DCAHFKL5FtU</a><p>Ran into some issues with Swift 1 vs. 2.1 (error handling) but i&#x27;ll try and post a solution when I get one :)