iOS Developer Question:
What is the "interface" and "implementation"?
Answer:
interface declares the behavior of class and implementation defines the behavior of class.
Previous Question | Next Question |
What is meaning of "assign" keyword? | How to use reusable cell in UITableview? |