Async/Await in Swift

preview_player
Показать описание
In this video, Mohammad Azam will explain async/await in Swift.

#SwiftLanguage, #SwiftUI, #iosdeveloper, #iosdev

If you want to support my work then please consider buying one of my courses below. The links below already have coupons attached which will give you the best deal possible. Thank you for your support!

Buy me a cup of coffee

GraphQL with iOS and SwiftUI: The Complete Developers Guide

Passive Income for Developers

Core Data in iOS

Flutter and Firebase - Build Real World iOS and Android Apps

Writing Clean Code

The Complete Hands-On SwiftUI Apps Using Firebase

Composable SwiftUI Architecture Using Redux

MVVM Design Pattern in SwiftUI

Server Side Swift Using Vapor 4

Testing iOS Apps - Behavior Driven Development Using Swift

Machine Learning and Artificial Intelligence Using Swift

SwiftUI - Declarative Interfaces for any Apple Device

Flutter and Dart - Build Apps Using MVVM Design Pattern

Mastering RxSwift in iOS

MVVM Design Pattern Using Swift in iOS

Mastering ARKit for iOS

Intermediate and Advanced iOS - Build Real World Apps

The Complete Guide to JSON Parsing in Swift

Data Structures and Algorithms in Swift

Design Patterns in iOS Using Swift

Mastering MapKit for iOS

Machine Learning in iOS Using Swift

Mastering Firebase for iOS Using Swift

Mastering Server Side Swift Using Vapor 3

NodeJS - The Complete Developer Bootcamp

The Complete Guide to Lean Controllers in iOS
Рекомендации по теме
Комментарии
Автор

4:18 Why does that constant have 2 names? data and response? I've never seen anything like let (data, response) before. Is there a name for this kind of syntax? Thx

bruhmoment
Автор

How can I call an API function like login from a button?

fedemtz
Автор

How do you put all that into a Table view Controller using UIKIt?

wensmusic
Автор

Thanks for this video. Nice work, as always. Say you wanted to fetchMovies asynchronously every time the user went back to the app, how would you do that in SwiftUI? My first thought was to use .onReceive and but that can only call synchronous functions.

srzurka