I want to know, A single UIViewController
can have Max of views inside UIViewController
. Even I have gone through in iOS Developer Forum, I haven't got answer for that.
Asked
Active
Viewed 139 times
-1
-
1No limitation about that. – KudoCC Jan 09 '15 at 06:42
2 Answers
2
There are no limitation for this, but its up to you that how exactly you need it, and how properly you're using it? In some cases, when you need multiple tableviews in your controller, its up to you that if you can manage it with a single table or would take more tables for this.

Hemang
- 26,840
- 19
- 119
- 186