4

I have some controller classes with own implementations. Is it possible to insert one to another as view in viewgroup?

user3352926
  • 1,017
  • 1
  • 10
  • 15

1 Answers1

5

Yep, this is what child controllers are. From the readme:

getChildRouter can be called on a Controller in order to get a nested Router into which child Controllers can be pushed. This enables creating advanced layouts, such as Master/Detail.

EricKuck
  • 196
  • 3