-1

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.

Hemang
  • 26,840
  • 19
  • 119
  • 186
Indra
  • 528
  • 2
  • 11

2 Answers2

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
0

No limit but you have to manage properly.

please refer this link

Thank you

Venky145
  • 31
  • 7