If you have to come up with a list of 10 things that every iOS programmer should know what would be on it?
I have:
Thanks.
I have:
- delegates and how they differ from notifications
- ARC and autorelease
- Properties and their settings (strong, weak, nonatomic, etc)
- MVC and how it works with iOS
- Blocks - What are they and why are they useful
Thanks.