Post

Replies

Boosts

Views

Activity

Comment on DataFlow from Swift to SwfitUI
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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’21
Comment on Present SwiftUI without tap
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.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Present SwiftUI without tap
Forgot to mention that I need to present the SwiftUI from Swift project
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on DataFlow from Swift to SwfitUI
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.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Semaphore
Are you saying using semaphores to wait until download is complete a bad practice? If so, can you suggest a good practice?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Semaphore
Worked as expected. Thanks!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Xcode backward compatibility
I know weak link is for iOS backward compatilibty. I am looking for Xcode backward compatibility. Is there any work around link weak link?
Replies
Boosts
Views
Activity
Dec ’21