python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Timer within EnvironmentObject view model not updating the View
I have a view model, that has multiple child view models. I am fairly new to watchOS, SwiftUI and Combine - taking this opportunity to learn.
I have a watchUI where it has
Play Button (View) - SetTim...

Michael
Votes: 0
Answers: 1
How to bind properties between two classes with Combine?
How to make a mechanism similar to binding in the view that refers to the Published in the ObservableObject class, but between 2 classes? That is, from class A, call the class B constructor, passing t...
bodich
Votes: 0
Answers: 1
Swift Combine: is it available to obeserve zip multiple UIbuttons status?
I would like to enable "Proceed" button when every checkbox buttons are selected using combine and publisher.
There must be the way to zip those multiple UIButtons(works on UIKit) isSelected...

dev Crying
Votes: 0
Answers: 1