先週末(2008-05-25)、Amazonからヒレガス本の新版(3rd Ed.)が届いた。
Cocoa Programming for Mac OS X -- Third Edition ([著]Aaron Hillegass, [版]Addison Wesley)
Addison-Wesley Professional ( 2008-05-15 )
ISBN: 9780321503619
Prefaceを読んでみたところ英語もわかりやすく、内容もかなり期待できそう。Objective-C 2.0の目玉のGCについても chapterを割いてあるし、Core Dataのchapterもある。「Macでプログラミング」の活動はこの本を読むことを中心に進めていこう。
目次を抜き出すと以下のとおり:
- Chapter 1. Cocoa: What Is It?
- Chapter 2. Let’s Get Started
- Chapter 3. Objective-C
- Chapter 4. Memory Management
- Chapter 5. Target/Action
- Chapter 6. Helper Objects
- Chapter 7. Key-Value Coding; Key-Value Observing
- Chapter 8. NSArrayController
- Chapter 9. NSUndoManager
- Chapter 10. Archiving
- Chapter 11. Basic Core Data
- Chapter 12. Nib Files and NSWindowController
- Chapter 13. User Defaults
- Chapter 14. Using Notifications
- Chapter 15. Using Alert Panels
- Chapter 16. Localization
- Chapter 17. Custom Views
- Chapter 18. Images and Mouse Events
- Chapter 19. Keyboard Events
- Chapter 20. Drawing Text with Attributes
- Chapter 21. Pasteboards and Nil-Targeted Actions
- Chapter 22. Categories
- Chapter 23. Drag-and-Drop
- Chapter 24. NSTimer
- Chapter 25. Sheets
- Chapter 26. Creating NSFormatters
- Chapter 27. Printing
- Chapter 28. Web Service
- Chapter 29. View Swapping
- Chapter 30. Core Data Relationships
- Chapter 31. Garbage Collection
- Chapter 32. Core Animation
- Chapter 33. A Simple Cocoa/OpenGL Application
- Chapter 34. NSTask
- Chapter 35. The End