Mac Cocoa |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Jul 29, 2010 12:26 am Post subject: Some Cocoa Patterns |
|
|
Matt Galloway - Singleton Classes
"Singleton classes are an important concept to understand because they
exhibit an extremely useful design pattern... You can implement a singleton
class in Objective-C using the following code..." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Fri Sep 24, 2010 12:18 pm Post subject: |
|
|
Jeff LaMarche - Dealloc
"Basically, several developers were claiming that there's never a reason to
set an instance variable to nil in dealloc, while others were arguing that you
should always do so."
Next day: More on dealloc
"I really didn't expect to kick off such a shitstorm yesterday with my dealloc
post." |
|
Back to top |
|
|
|