in function signatures, like:
- (void)dealloc
?
thanks :)
in function signatures, like:
- (void)dealloc
?
thanks :)
The -
denotes an instance method, while the +
denotes a class method that doesn't belong to a specific instance.
try google next time. it sounds like an intro tutorial to objective-c would be helpful for you (http://cocoadevcentral.com/d/learn_objectivec/)