You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added PTTimer and I'm using PTTimer.Up(maxSeconds: 60 * 10) and want to update the UI using the timerTimeDidChange method, but the method is not being called after starting the timer. Could you please help me with this one?
I've also added the delegate self.myTimer.delegate = self to viewDidLoad method
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I've added PTTimer and I'm using
PTTimer.Up(maxSeconds: 60 * 10)
and want to update the UI using thetimerTimeDidChange
method, but the method is not being called after starting the timer. Could you please help me with this one?I've also added the delegate
self.myTimer.delegate = self
toviewDidLoad
methodThe text was updated successfully, but these errors were encountered: