It doesn't look strange ! The onInit of the controller is executed only when the after view & its controls are initialized. As the subview is part of the mainview, when the mainview gets initialized the subview would get initialized before the mainview is completely done with the initialization.
↧