1

How to add a multiple sub-view to a view with get-cli? I add views manually but, is there any easier way to do that?

Omid Mohebi
  • 58
  • 1
  • 8

1 Answers1

1

Type the command get create view:SubViewName on home in the terminal.

home is your view you want to add a subview to.