MVVM in SwiftUI: Build News App with NewsAPI & Combine

Learn to apply MVVM pattern with SwiftUI

Ratings: 3.77 / 5.00




Description

SwiftUI has been a revolutionary change in the world of iOS app development. Since, its launch in WWDC 19 it has gained popularity as one of the most used UI framework to develop iOS apps.

MVVM fits naturally into this framework so is the preferred way to design your apps for SwiftUI.

In this course you will see how you can apply MVVM pattern to create professional looking app that is built to scale and ready to be released to the app store.

You will learn how to organize your code for large projects and how to take advantage of MVVM design pattern to achieve flexible yet robust architecture.

What You Will Learn!

  • SwiftUI
  • Networking API Call
  • App Building
  • MVVM

Who Should Attend!

  • Students who want to create professional apps for app store
  • Students who want to learn MVVM design pattern
  • Students who want to learn MVVM and SwiftUI