Thank you. I am developing a framework and this framework will be consumed by some developers. I have to present the SwiftUI from the framework on top the existing view.
Post
Replies
Boosts
Views
Activity
Forgot to mention that I need to present the SwiftUI from Swift project
In func B() score will be by updated by another Class instance. So score in SwiftClass().func B() will get incremented periodically and whenever score gets updated I am updating @Published score in ScoreUIViewModel so that ScoreUI and ScoreText UI will be updated.
Are you saying using semaphores to wait until download is complete a bad practice? If so, can you suggest a good practice?
Worked as expected. Thanks!
I know weak link is for iOS backward compatilibty. I am looking for Xcode backward compatibility. Is there any work around link weak link?