iOS Developer Question:
How declare methods in Objective c? and how to call them?
Answer:
- (return_type)methodName:(data_type)parameter_name : (data_type)parameter_name
Previous Question | Next Question |
Enlist Frameworks for Cocoa Touch? | What is "notification"? |