1. There is a tabbar at the bottom of my group purchase demo
2. When I click on a group purchase row, the details page pops up. The requirement is to hide the tabbar underneath on the details page
3. The hidden code is
self.hidesBottomBarWhenPushed = YES
Problem: I don’t know when to add this code. When you click the navigation bar to return from the details page, the tabbar
needs to be displayed.Note: Using present to push can automatically hide the tabbar. Here I want to know how to use push to do it.
Do it when you call pushViewController. As follows: