开发者

UIProgressView like control for Mac

开发者 https://www.devze.com 2023-02-22 09:40 出处:网络
I am looking for an control having the look and feel of a UIProgressView but on Mac. http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Art/progress_in_bar.jpg

I am looking for an control having the look and feel of a UIProgressView but on Mac. http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Art/progress_in_bar.jpg

I am wondering if there is already something similar or if I have to develop something from scratch.

Thanks for your help,

Regar开发者_运维知识库ds,


Cocoa has a class named NSProgressIndicator that can be used as a progress bar, either determinate or indeterminate. Take a look at the Human Interface Guidelines document.

0

精彩评论

暂无评论...
验证码 换一张
取 消