I want to implement this Get CPU percent usage in the simplest way it's possible in XCode with just a windows that shows the CPU percentage usage but I'm newbie in OS X/Cocoa/OBjective-C. How can I do it?
Asked
Active
Viewed 921 times
1 Answers
2
You should learn the basics of Mac application development. Take a look at Your First Mac Application. It's an Apple tutorial taking you step by step and teaching you how to create Mac applications, from creating the project in Xcode, to polishing your finished application.

rid
- 61,078
- 31
- 152
- 193