In my app I have two Tabbar items A and B. From A view controller I have presented another view controller C under current context of view controller A so that presented view controller doesn't cover the fullscreen and UITabbar is visible. Then, when I select second tabbar item and switch back to first and dismiss the presented view controller, Current Tabbar item turns to back.
I have shared the demo example. Please follow the steps to regenerate the bugs.
- Run the app
- Press "Present C" button
- Select Bookmarks Item
- Select back to Top Rated Item
- Press "Dismiss" button**
Observation: Black screen Expectation: View Controller in that Tabbar Item should be visible.