What do you use to browse the Cocoa framework?
I'm currently using AppKiDo, but maybe I'm missing the most common tool 开发者_运维知识库to browse the class library.
I mostly browser the docs from inside Xcode or on developer.apple.com. I never heard of AppKiDo, but it looks pretty nice.
It's hard to beat option-clicking a keyword in the code editor and leaping straight into relevant docs.
Reference doc links:
- Foundation docs
- AppKit docs
- Core Foundation docs
- Core Graphics docs
- Core Data docs
The introduction page on some of those, especially Foundation's, have diagrams and contextual information you may find useful.
This is how I view the docs. Having set ⌘1, ⌘2, etc. shortcuts for the above links are the handiest part.
精彩评论