which is the best design pattern in objective c? [closed]
which is the best design pattern in objective c?
please specify useful links to see before we go to dive to code!!!!!
because everytime while i go to dive straight to code i confused at middle of some point.To clear this we have to make first design then we can implement them.
please specify any useful links.
Design patterns are many and no one is the best. They typically solve different problems in different domains. You can check out the book Cocoa Design Patterns, it should provide enough text and code to help you choose which pattern you need to use for your problems. :-)
the 'best' for what? they do different things.
anyway, here's an intro:
http://en.wikipedia.org/wiki/Design_pattern_(computer_science)
If you're asking about UI (your question is not clear), I'd start here.
精彩评论