-1

Possible Duplicate:
When to use -retainCount ?

when to use retainCount (never, and why)

Community
  • 1
  • 1
rambabu459
  • 121
  • 2
  • 10

1 Answers1

0

NSObject retainCount is simply a "what's under the hood" curiosity and possibly debugging aid. You don't want to care what the actual value is for production. Code beyond your direct control could be retaining/releasing changing the value.

seand
  • 5,044
  • 1
  • 21
  • 35