ios - TabBar pops when dragging back a no-Tabbed Bar VC -


i have uiviewcontroller tab bar (regular) called firstvc.

when click on button firstvc, secondvc being showed using uinavigationcontroller.

secondvc has no tabbar.

the problem is, when scroll secondvc firstvc, tabbar pops automatically above secondvc, how can fix (image provided below)?

thank you!

image:

enter image description here

secondvc:

enter image description here


Comments