I implemented tab bar in my application
and then I want tabbar screens to be change when the specific moments occur
but buttons should not be used (for instance, bottom navigation bar buttons)
if you have three tab buttons and assume current screen is first(index 0),
how to accomplish to go to page third?(index 2)
thanks