V
V
Vyacheslav Alekseevich2017-11-02 15:08:43
Objective-C
Vyacheslav Alekseevich, 2017-11-02 15:08:43

How much is a lot of ViewController?

How many VewControllerOVs are considered normal, and how many are considered unacceptable?
I currently have 12 pieces, mostly UITableViewControlle (static/dynamic)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Cherny, 2017-11-09
@Slavchik

There is no such thing, it can be a lot, or maybe one VC for the entire application. It all depends on the architecture, approach and technical specifications, to make some kind of general VC for different tasks - to complicate the code. Making different VCs for similar screens is also not comme il faut, you need to choose a balance. In addition, there can be several VCs on one screen. I would say that evaluating acceptability by the number of VCs is strange and unprofessional. It is necessary to look at repeatability of the identical code then.

V
Vladimir, 2017-11-02
@mailwl

depends on the task

D
David Koifman, 2017-11-08
@Davka1900

Again, it depends on the task, and if you think that the user will be comfortable with such a number of controllers, then do so.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question