S
S
saintech2014-04-24 17:55:20
Objective-C
saintech, 2014-04-24 17:55:20

What are the Objective-C application repositories with good code structure and patterns?

I read the article OOP Patterns in Examples for iOS and I wanted to look at examples of the implementation of patterns, and competent design in working projects. I have already looked at many examples from the Apple website, but there is some kind of "mess" everywhere.
And on the github, mostly either libraries, or far from everything is written according to the recommendations of the "Gang of 4x". It is desirable, of course, if it were the code of a client-server application. There are no such problems for C++, as far as I understand, but what about Objective-C?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kaspartus, 2014-04-25
@kaspartus

The books often have a repository on github, you can see it there. There are also cookbooks, there are ready-made solutions for a bunch of problems.
If you want to delve into patterns, look for some advanced book, they are just doing what they are trying not just to do, but to do it right and readable, they show tricks that are not used in tutorials from the "if only it works" series.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question