Loading UIKit View in a SwiftUI App

preview_player
Показать описание
In this video, Mohammad Azam explains how to load a UIKit view (UIActivityIndicatorView) into a SwiftUI application.

#SwiftUI, #iosdev, #iosdevelopment, #iosdeveloper

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!

Support my channel, become a Patron

Async/Await and Actors - Concurrency in Swift

Swift for Intermediate and Advanced iOS Developers

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
Рекомендации по теме
Комментарии
Автор

Thank you, this video is very good. It's short but enough to explain, because I couldn't figure it out from the Documentation.

jackson
Автор

Actually it is wrong to pass a binding to the loadingview. Binding is only used when you want to change the loading property within the loadingview itself which you aren't doing.

donathmm