Hello i have create app using sap.m.SplitApp
in app has 3 view
main view contain 2 button
1- When user select button 1 at time view_1 onInit method called and display view_1
2 - When user select button 2 at time view_2 onInit method called and display view_2
3 - When user again select button 1 at time view_1 onInit method is not called and directly display view_1
4 - When user again select button 2 at time view_2 onInit method is not called and directly display view_2
My Question
is there any process to reload INIT method every time when user select button
Please help me.