The Wiki will contain information on the elements of Cocoa applications as I come across them. I will, in the beginning, focus on common rather than complicated elements.
Most pages will follow the a common pattern:
This is a thing.
This is how you use it.
This is what you use it for.
These are alternatives to the thing.
The reason behind this format is to counter two of the main problems I have with the currently available documentation: it has no lookup from the UI side of design (you can find 57 methods a window responds to, but no index entry for ‘window: opening’) and while tutorials expect you to work through them sequentially, when I attempt to design my own stuff, I mostly want to step sideways. I want to know how to open a window in IB, in code, and while I’m at it, I would like to be able to open a drawer, too.