// 攔截返回按鈕事件
if ([self.navigationController.viewControllers indexOfObject:self] == NSNotFound) {
ZFLOG(@"clicked navigationbar back button");
[self.tabBarController.tabBar setHidden:NO];
}
// 攔截返回按鈕事件
if ([self.navigationController.viewControllers indexOfObject:self] == NSNotFound) {
ZFLOG(@"clicked navigationbar back button");
[self.tabBarController.tabBar setHidden:NO];
}