我是一个全新的Mac程序员,我需要有关如何使用的帮助NSProgressIndicator.我已经查找了示例代码,但找不到任何有用的东西.
我想要做的是:
-(IBAction)startProgressBar:(id)sender; {
//I want to make the bar update itself by the value of 1 until it is at the value of 100
//Example: add 1 to bar every second until it is full
}
Run Code Online (Sandbox Code Playgroud)