Should i use a C function or Obj-C Method?
- by Daniel Granger
I'm about to create a function which adds to NSDateComponents together is there any advantage to putting this in a C style function or should it go in a Obj-C method?
Is there ever a reason to use one rather then the other or should I always stick to Obj-C?
BTW: Not that it makes any difference I'm sure but this is for an app on the iPhone
Many thanks