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