How to call function?
This is how you call a function:
[className methodName]
For announcing methods in same class, use this:
[self methodName]
This is how you call a function:
[className methodName]
For announcing methods in same class, use this:
[self methodName]