addProgressRange(fromStart:toEnd:)
Adds a progress range to a given activity.
Declaration
func addProgressRange(fromStart start: Double, toEnd end: Double)Parameters
- start:
The beginning of the new range to add. This should be fractional value between 0 and 1, inclusive.
- end:
The end of the new range to add. This should be larger than the
startvalue and less than or equal to one.