[progressIndicator startAnimating];
它也被合成,并正确地包含在.h和.m文件中。我已经在IB中连接了它。
代码似乎不适用于进度条或微调器。
startAnimating 不是一种 NSProgressIndicator . 尝试:
startAnimating
NSProgressIndicator
[progressIndicator startAnimation:self];
setUsesThreadedAnimation: ,这也许能帮到你。
setUsesThreadedAnimation: