I am trying to retrieve the value (how far along it is) of a Determinate NSProgressIndicator. I have tried …
NSInteger *bValue = [progressIndicator doubleValue];
But it gives an error saying Incompatible types in initialization
.
So how do I retrieve the value of the Progress Indicator?