×

Decrease Tracker Value

iOS 14 +

Notes

Decreases the current value of the specified tracker

Syntax

decreaseNumberTracker(tracker: <#Object (Tracker)#>, amount: <#Double#>, note: <#String (Allows Variables)#>)

Example

decreaseNumberTracker(tracker: Tracker(identifier: "abcde-f", displayString: "Hello World"), amount: 42, note: "This is a cool tracker!")