小编Coc*_*der的帖子

如何使用可可进度条?

我是一个全新的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)

xcode objective-c progress-bar

4
推荐指数
1
解决办法
8766
查看次数

标签 统计

objective-c ×1

progress-bar ×1

xcode ×1