iOSProgressBar.SetMinCurrentMax
From Xojo Documentation
Method
iOSProgressBar.SetMinCurrentMax(minValue As Double, currentValue As Double, maxValue As Double)
Supported on Mobile(iOS).
Supported on Mobile(iOS).
Sets all the properties at one time.
Notes
Using this method is more efficient than setting the properties individually. It also avoids the animation that may show when you update the properties separately.
Sample Code
Set all values at once:
Me.SetMinCurrentMax(0, 15, 100)