We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
C is for Cocoa
|
| Subject: |
|
C/Obj-C/and blasted OO |
| Date: |
|
2003-07-24 01:46:29 |
| From: |
|
anonymous2
|
Response to: C/Obj-C/and blasted OO
|
|
"Is it possible to do this all from an editor like emacs?"
If you mean how to programmically build nib files I know you can. If you look into nib files they are just XML, and you should be able to find info on that somewhere.
Nib = next interface builder
|