Call function and pass parameter when Timer is done in Swift
I’m trying to save the value entered in a textField 2 seconds after the user stops typing. I found this example that uses .debounce from the Combine framework which works fine but for some reason, it feels like I overcomplicated things and I would rather use a simple timer. The issue with the following code… Read More Call function and pass parameter when Timer is done in Swift